Shades of Fuchsia #D253CB
Tints of Fuchsia #D253CB
RGB
CMYK
RGB Variations
Color information
#D253CB (or 0xD253CB) is known color: Fuchsia. HEX triplet: D2, 53 and CB. RGB value is (210,83,203). Sum of RGB (Red+Green+Blue) = 210+83+203=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D253CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253CB is #2DAC34. Grayscale: #868686. Windows color (decimal): -2993205 or 13325266. OLE color: 13325266.
HSL color Cylindrical-coordinate representation of color #D253CB: hue angle of 303.31º 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 #D253CB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 203 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.18 |
| HSL | 303.31º | 0.59% | 0.57% | - |
| HSV(B) | 303.31º | 0.6% | 0.82% | - |
| XYZ | 40.45 | 24.2 | 59.04 | - |
| YUV | 134.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 203 | 0 | 0.60 | 0.03 | 0.18 | 303.31 | 0.59 | 0.57 |
| Hex | D2 | 53 | CB | 0 | 3C | 3 | 12 | 12F | 3B | 39 |
| Octal | 322 | 123 | 313 | 0 | 74 | 3 | 22 | 457 | 73 | 71 |
| Binary | 11010010 | 1010011 | 11001011 | 0 | 111100 | 11 | 10010 | 100101111 | 111011 | 111001 |
Color Harmonies of #D253CB
Complementary color
Monochromatic Colors of #D253CB
Black with #D253CB
Text Example
Text Example
White with #D253CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253CB; }
p { color: rgb(210,83,203); }
H1.HeaderClassName
{
color: #D253CB;
}
.AnyTagClassName
{
color: #D253CB;
}
</style>
background-color css
<style>
a { background-color: #D253CB; }
a { background-color: rgb(210,83,203); }
div.DivClassName
{
background-color: #D253CB;
}
.BgClassName
{
background-color: #D253CB;
}
</style>
border-color css
<style>
span { border-color: #D253CB; }
span { border-color: rgb(210,83,203); }
td.TdClassName
{
border-color: #D253CB;
}
.TagClassName
{
border-color: #D253CB;
}
</style>