#D749B8

Color #D749B8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D749B8

Tints of Fuchsia #D749B8

Color information

#D749B8 (or 0xD749B8) is unknown color: approx Fuchsia. HEX triplet: D7, 49 and B8. RGB value is (215,73,184). Sum of RGB (Red+Green+Blue) = 215+73+184=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D749B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749B8 is #28B647. Grayscale: #7F7F7F. Windows color (decimal): -2668104 or 12077527. OLE color: 12077527.

HSL color Cylindrical-coordinate representation of color #D749B8: hue angle of 313.1º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749B8 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21573184-
CMYK00.660.140.16
HSL313.1º63.96%56.47%-
HSV(B)313.1º66.05%84.31%-
XYZ39.0622.6747.67-
YUV128.11159.54189.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=45.55%
G=15.47%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157318400.660.140.16313.163.9656.47
HexD749B8042E101394038
Octal3271112700102162047110070
Binary11010111100100110111000010000101110100001001110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D749B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D749B8; }

 p { color: rgb(215,73,184); }

 H1.HeaderClassName
 {
   color: #D749B8;
 }
 .AnyTagClassName
 {
   color: #D749B8;
 }
</style>
background-color css

<style>
 a { background-color: #D749B8; }

 a { background-color: rgb(215,73,184); }

 div.DivClassName
 {
   background-color: #D749B8;
 }
 .BgClassName
 {
   background-color: #D749B8;
 }
</style>
border-color css

<style>
 span { border-color: #D749B8; }

 span { border-color: rgb(215,73,184); }

 td.TdClassName
 {
   border-color: #D749B8;
 }
 .TagClassName
 {
   border-color: #D749B8;
 }
</style>