#d02dc5

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

Shades of Fuchsia #D02DC5

Tints of Fuchsia #D02DC5

Color information

#D02DC5 (or 0xD02DC5) is unknown color: approx Fuchsia. HEX triplet: D0, 2D and C5. RGB value is (208,45,197). Sum of RGB (Red+Green+Blue) = 208+45+197=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DC5 is #2FD23A. Grayscale: #6E6E6E. Windows color (decimal): -3134011 or 12922320. OLE color: 12922320.

HSL color Cylindrical-coordinate representation of color #D02DC5: hue angle of 304.05º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DC5 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB20845197-
CMYK00.780.050.18
HSL304.05º64.43%49.61%-
HSV(B)304.05º78.37%81.57%-
XYZ37.0319.3254.6-
YUV111.06176.5197.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 45 (17.97% from 255) = 10%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=46.22%
G=10%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084519700.780.050.18304.0564.4349.61
HexD02DC504E5121304032
Octal32055305011652246010062
Binary110100001011011100010101001110101100101001100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d02dc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d02dc5; }

 p { color: rgb(208,45,197); }

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

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

 a { background-color: rgb(208,45,197); }

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

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

 span { border-color: rgb(208,45,197); }

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