#D045B8

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

Shades of Fuchsia #D045B8

Tints of Fuchsia #D045B8

Color information

#D045B8 (or 0xD045B8) is unknown color: approx Fuchsia. HEX triplet: D0, 45 and B8. RGB value is (208,69,184). Sum of RGB (Red+Green+Blue) = 208+69+184=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D045B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045B8 is #2FBA47. Grayscale: #7B7B7B. Windows color (decimal): -3127880 or 12076496. OLE color: 12076496.

HSL color Cylindrical-coordinate representation of color #D045B8: hue angle of 310.36º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045B8 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20869184-
CMYK00.670.120.18
HSL310.36º59.66%54.31%-
HSV(B)310.36º66.83%81.57%-
XYZ36.7921.1347.49-
YUV123.67162.05188.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=45.12%
G=14.97%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086918400.670.120.18310.3659.6654.31
HexD045B8043C121363c36
Octal320105270010314224667466
Binary1101000010001011011100001000011110010010100110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045B8; }

 p { color: rgb(208,69,184); }

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

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

 a { background-color: rgb(208,69,184); }

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

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

 span { border-color: rgb(208,69,184); }

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