Shades of Fuchsia #D253BE
Tints of Fuchsia #D253BE
RGB
CMYK
RGB Variations
Color information
#D253BE (or 0xD253BE) is known color: Fuchsia. HEX triplet: D2, 53 and BE. RGB value is (210,83,190). Sum of RGB (Red+Green+Blue) = 210+83+190=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D253BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253BE is #2DAC41. Grayscale: #848484. Windows color (decimal): -2993218 or 12473298. OLE color: 12473298.
HSL color Cylindrical-coordinate representation of color #D253BE: hue angle of 309.45º 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 #D253BE is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 190 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.18 |
| HSL | 309.45º | 0.59% | 0.57% | - |
| HSV(B) | 309.45º | 0.6% | 0.82% | - |
| XYZ | 38.97 | 23.61 | 51.22 | - |
| YUV | 133.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 190 | 0 | 0.60 | 0.10 | 0.18 | 309.45 | 0.59 | 0.57 |
| Hex | D2 | 53 | BE | 0 | 3C | A | 12 | 135 | 3B | 39 |
| Octal | 322 | 123 | 276 | 0 | 74 | 12 | 22 | 465 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10111110 | 0 | 111100 | 1010 | 10010 | 100110101 | 111011 | 111001 |
Color Harmonies of #D253BE
Complementary color
Monochromatic Colors of #D253BE
Black with #D253BE
Text Example
Text Example
White with #D253BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253BE; }
p { color: rgb(210,83,190); }
H1.HeaderClassName
{
color: #D253BE;
}
.AnyTagClassName
{
color: #D253BE;
}
</style>
background-color css
<style>
a { background-color: #D253BE; }
a { background-color: rgb(210,83,190); }
div.DivClassName
{
background-color: #D253BE;
}
.BgClassName
{
background-color: #D253BE;
}
</style>
border-color css
<style>
span { border-color: #D253BE; }
span { border-color: rgb(210,83,190); }
td.TdClassName
{
border-color: #D253BE;
}
.TagClassName
{
border-color: #D253BE;
}
</style>