Shades of Fuchsia #D253BB
Tints of Fuchsia #D253BB
RGB
CMYK
RGB Variations
Color information
#D253BB (or 0xD253BB) is known color: Fuchsia. HEX triplet: D2, 53 and BB. RGB value is (210,83,187). Sum of RGB (Red+Green+Blue) = 210+83+187=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D253BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253BB is #2DAC44. Grayscale: #848484. Windows color (decimal): -2993221 or 12276690. OLE color: 12276690.
HSL color Cylindrical-coordinate representation of color #D253BB: hue angle of 310.87º 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 #D253BB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 187 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.18 |
| HSL | 310.87º | 0.59% | 0.57% | - |
| HSV(B) | 310.87º | 0.6% | 0.82% | - |
| XYZ | 38.64 | 23.48 | 49.51 | - |
| YUV | 132.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 187 | 0 | 0.60 | 0.11 | 0.18 | 310.87 | 0.59 | 0.57 |
| Hex | D2 | 53 | BB | 0 | 3C | B | 12 | 137 | 3B | 39 |
| Octal | 322 | 123 | 273 | 0 | 74 | 13 | 22 | 467 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10111011 | 0 | 111100 | 1011 | 10010 | 100110111 | 111011 | 111001 |
Color Harmonies of #D253BB
Complementary color
Monochromatic Colors of #D253BB
Black with #D253BB
Text Example
Text Example
White with #D253BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253BB; }
p { color: rgb(210,83,187); }
H1.HeaderClassName
{
color: #D253BB;
}
.AnyTagClassName
{
color: #D253BB;
}
</style>
background-color css
<style>
a { background-color: #D253BB; }
a { background-color: rgb(210,83,187); }
div.DivClassName
{
background-color: #D253BB;
}
.BgClassName
{
background-color: #D253BB;
}
</style>
border-color css
<style>
span { border-color: #D253BB; }
span { border-color: rgb(210,83,187); }
td.TdClassName
{
border-color: #D253BB;
}
.TagClassName
{
border-color: #D253BB;
}
</style>