#D252C9

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

Shades of Fuchsia #D252C9

Tints of Fuchsia #D252C9

Color information

#D252C9 (or 0xD252C9) is unknown color: approx Fuchsia. HEX triplet: D2, 52 and C9. RGB value is (210,82,201). Sum of RGB (Red+Green+Blue) = 210+82+201=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D252C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252C9 is #2DAD36. Grayscale: #858585. Windows color (decimal): -2993463 or 13193938. OLE color: 13193938.

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

Color convert

RGB21082201-
CMYK00.610.040.18
HSL304.22º58.72%57.25%-
HSV(B)304.22º60.95%82.35%-
XYZ40.1423.9557.77-
YUV133.84165.91182.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 82 (32.42% from 255) = 16.63%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=42.60%
G=16.63%
B=40.77%

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
Decimal2108220100.610.040.18304.2258.7257.25
HexD252C903D4121303b39
Octal3221223110754224607371
Binary11010010101001011001001011110110010010100110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D252C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D252C9; }

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

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

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

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

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

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

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

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