Shades of Fuchsia #D253BD
Tints of Fuchsia #D253BD
RGB
CMYK
RGB Variations
Color information
#D253BD (or 0xD253BD) is known color: Fuchsia. HEX triplet: D2, 53 and BD. RGB value is (210,83,189). Sum of RGB (Red+Green+Blue) = 210+83+189=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D253BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253BD is #2DAC42. Grayscale: #848484. Windows color (decimal): -2993219 or 12407762. OLE color: 12407762.
HSL color Cylindrical-coordinate representation of color #D253BD: hue angle of 309.92º 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 #D253BD is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 189 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.18 |
| HSL | 309.92º | 0.59% | 0.57% | - |
| HSV(B) | 309.92º | 0.6% | 0.82% | - |
| XYZ | 38.86 | 23.56 | 50.64 | - |
| YUV | 133.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 189 | 0 | 0.60 | 0.10 | 0.18 | 309.92 | 0.59 | 0.57 |
| Hex | D2 | 53 | BD | 0 | 3C | A | 12 | 136 | 3B | 39 |
| Octal | 322 | 123 | 275 | 0 | 74 | 12 | 22 | 466 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10111101 | 0 | 111100 | 1010 | 10010 | 100110110 | 111011 | 111001 |
Color Harmonies of #D253BD
Complementary color
Monochromatic Colors of #D253BD
Black with #D253BD
Text Example
Text Example
White with #D253BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253BD; }
p { color: rgb(210,83,189); }
H1.HeaderClassName
{
color: #D253BD;
}
.AnyTagClassName
{
color: #D253BD;
}
</style>
background-color css
<style>
a { background-color: #D253BD; }
a { background-color: rgb(210,83,189); }
div.DivClassName
{
background-color: #D253BD;
}
.BgClassName
{
background-color: #D253BD;
}
</style>
border-color css
<style>
span { border-color: #D253BD; }
span { border-color: rgb(210,83,189); }
td.TdClassName
{
border-color: #D253BD;
}
.TagClassName
{
border-color: #D253BD;
}
</style>