#D252CA

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

Shades of Fuchsia #D252CA

Tints of Fuchsia #D252CA

Color information

#D252CA (or 0xD252CA) is unknown color: approx Fuchsia. HEX triplet: D2, 52 and CA. RGB value is (210,82,202). Sum of RGB (Red+Green+Blue) = 210+82+202=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D252CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252CA is #2DAD35. Grayscale: #858585. Windows color (decimal): -2993462 or 13259474. OLE color: 13259474.

HSL color Cylindrical-coordinate representation of color #D252CA: hue angle of 303.75º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D252CA is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB21082202-
CMYK00.610.040.18
HSL303.75º58.72%57.25%-
HSV(B)303.75º60.95%82.35%-
XYZ40.262458.39-
YUV133.95166.41182.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 82 (32.42% from 255) = 16.60%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=42.51%
G=16.60%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108220200.610.040.18303.7558.7257.25
HexD252CA03D4121303b39
Octal3221223120754224607371
Binary11010010101001011001010011110110010010100110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D252CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D252CA; }

 p { color: rgb(210,82,202); }

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

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

 a { background-color: rgb(210,82,202); }

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

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

 span { border-color: rgb(210,82,202); }

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