#D253C0

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

Shades of Fuchsia #D253C0

Tints of Fuchsia #D253C0

Color information

#D253C0 (or 0xD253C0) is unknown color: approx Fuchsia. HEX triplet: D2, 53 and C0. RGB value is (210,83,192). Sum of RGB (Red+Green+Blue) = 210+83+192=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D253C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253C0 is #2DAC3F. Grayscale: #858585. Windows color (decimal): -2993216 or 12604370. OLE color: 12604370.

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

Color convert

RGB21083192-
CMYK00.600.090.18
HSL308.5º58.53%57.45%-
HSV(B)308.5º60.48%82.35%-
XYZ39.1923.6952.38-
YUV133.4161.08182.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 83 (32.81% from 255) = 17.11%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=43.30%
G=17.11%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108319200.600.090.18308.558.5357.45
HexD253C003C9121353b39
Octal32212330007411224657371
Binary110100101010011110000000111100100110010100110101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D253C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D253C0; }

 p { color: rgb(210,83,192); }

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

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

 a { background-color: rgb(210,83,192); }

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

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

 span { border-color: rgb(210,83,192); }

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