#D02CB2

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

Shades of Fuchsia #D02CB2

Tints of Fuchsia #D02CB2

Color information

#D02CB2 (or 0xD02CB2) is unknown color: approx Fuchsia. HEX triplet: D0, 2C and B2. RGB value is (208,44,178). Sum of RGB (Red+Green+Blue) = 208+44+178=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02CB2 is #2FD34D. Grayscale: #6B6B6B. Windows color (decimal): -3134286 or 11676880. OLE color: 11676880.

HSL color Cylindrical-coordinate representation of color #D02CB2: hue angle of 310.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CB2 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20844178-
CMYK00.790.140.18
HSL310.98º65.08%49.41%-
HSV(B)310.98º78.85%81.57%-
XYZ34.9518.4343.83-
YUV108.31167.33199.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.37%
GREEN value IS 44 (17.58% from 255) = 10.23%
BLUE value IS 178 (69.92% from 255) = 41.40%
R=48.37%
G=10.23%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084417800.790.140.18310.9865.0849.41
HexD02CB204FE121374131
Octal320542620117162246710161
Binary1101000010110010110010010011111110100101001101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02CB2; }

 p { color: rgb(208,44,178); }

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

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

 a { background-color: rgb(208,44,178); }

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

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

 span { border-color: rgb(208,44,178); }

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