Shades of Fuchsia #D253AC
Tints of Fuchsia #D253AC
RGB
CMYK
RGB Variations
Color information
#D253AC (or 0xD253AC) is known color: 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
| RGB | 210 | 83 | 172 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.18 |
| HSL | 317.95º | 0.59% | 0.57% | - |
| HSV(B) | 317.95º | 0.6% | 0.82% | - |
| XYZ | 37.12 | 22.87 | 41.49 | - |
| YUV | 131.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 172 | 0 | 0.60 | 0.18 | 0.18 | 317.95 | 0.59 | 0.57 |
| Hex | D2 | 53 | AC | 0 | 3C | 12 | 12 | 13E | 3B | 39 |
| Octal | 322 | 123 | 254 | 0 | 74 | 22 | 22 | 476 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10101100 | 0 | 111100 | 10010 | 10010 | 100111110 | 111011 | 111001 |
Color Harmonies of #D253AC
Complementary color
Monochromatic Colors of #D253AC
Black with #D253AC
Text Example
Text Example
White with #D253AC
Text Example
Text Example
HTML Codes & Css Web 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>