#D253AC

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

Shades of Fuchsia #D253AC

Tints of Fuchsia #D253AC

Color information

#D253AC (or 0xD253AC) is unknown color: approx Fuchsia. HEX triplet: D2, 53 and AC. RGB value is (210,83,172). Sum of RGB (Red+Green+Blue) = 210+83+172=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D253AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D253AC is #2DAC53. Grayscale: #828282. Windows color (decimal): -2993236 or 11293650. OLE color: 11293650.

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

Color convert

RGB21083172-
CMYK00.600.180.18
HSL317.95º58.53%57.45%-
HSV(B)317.95º60.48%82.35%-
XYZ37.1222.8741.49-
YUV131.12151.08184.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 83 (32.81% from 255) = 17.85%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=45.16%
G=17.85%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108317200.600.180.18317.9558.5357.45
HexD253AC03C121213e3b39
Octal32212325407422224767371
Binary1101001010100111010110001111001001010010100111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D253AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D253AC; }

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

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

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

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

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

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

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

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