#D045CA

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

Shades of Fuchsia #D045CA

Tints of Fuchsia #D045CA

Color information

#D045CA (or 0xD045CA) is unknown color: approx Fuchsia. HEX triplet: D0, 45 and CA. RGB value is (208,69,202). Sum of RGB (Red+Green+Blue) = 208+69+202=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D045CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045CA is #2FBA35. Grayscale: #7D7D7D. Windows color (decimal): -3127862 or 13256144. OLE color: 13256144.

HSL color Cylindrical-coordinate representation of color #D045CA: hue angle of 302.59º 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 #D045CA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20869202-
CMYK00.670.030.18
HSL302.59º59.66%54.31%-
HSV(B)302.59º66.83%81.57%-
XYZ38.821.9358.07-
YUV125.72171.05186.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 69 (27.34% from 255) = 14.41%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=43.42%
G=14.41%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086920200.670.030.18302.5959.6654.31
HexD045CA04331212f3c36
Octal32010531201033224577466
Binary11010000100010111001010010000111110010100101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045CA; }

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

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

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

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

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

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

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

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