Shades of Fuchsia #D253B6
Tints of Fuchsia #D253B6
RGB
CMYK
RGB Variations
Color information
#D253B6 (or 0xD253B6) is known color: Fuchsia. HEX triplet: D2, 53 and B6. RGB value is (210,83,182). Sum of RGB (Red+Green+Blue) = 210+83+182=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D253B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253B6 is #2DAC49. Grayscale: #838383. Windows color (decimal): -2993226 or 11949010. OLE color: 11949010.
HSL color Cylindrical-coordinate representation of color #D253B6: hue angle of 313.23º 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 #D253B6 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 182 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.18 |
| HSL | 313.23º | 0.59% | 0.57% | - |
| HSV(B) | 313.23º | 0.6% | 0.82% | - |
| XYZ | 38.12 | 23.27 | 46.74 | - |
| YUV | 132.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 182 | 0 | 0.60 | 0.13 | 0.18 | 313.23 | 0.59 | 0.57 |
| Hex | D2 | 53 | B6 | 0 | 3C | D | 12 | 139 | 3B | 39 |
| Octal | 322 | 123 | 266 | 0 | 74 | 15 | 22 | 471 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10110110 | 0 | 111100 | 1101 | 10010 | 100111001 | 111011 | 111001 |
Color Harmonies of #D253B6
Complementary color
Monochromatic Colors of #D253B6
Black with #D253B6
Text Example
Text Example
White with #D253B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253B6; }
p { color: rgb(210,83,182); }
H1.HeaderClassName
{
color: #D253B6;
}
.AnyTagClassName
{
color: #D253B6;
}
</style>
background-color css
<style>
a { background-color: #D253B6; }
a { background-color: rgb(210,83,182); }
div.DivClassName
{
background-color: #D253B6;
}
.BgClassName
{
background-color: #D253B6;
}
</style>
border-color css
<style>
span { border-color: #D253B6; }
span { border-color: rgb(210,83,182); }
td.TdClassName
{
border-color: #D253B6;
}
.TagClassName
{
border-color: #D253B6;
}
</style>