Shades of Fuchsia #D253B7
Tints of Fuchsia #D253B7
RGB
CMYK
RGB Variations
Color information
#D253B7 (or 0xD253B7) is known color: Fuchsia. HEX triplet: D2, 53 and B7. RGB value is (210,83,183). Sum of RGB (Red+Green+Blue) = 210+83+183=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D253B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253B7 is #2DAC48. Grayscale: #848484. Windows color (decimal): -2993225 or 12014546. OLE color: 12014546.
HSL color Cylindrical-coordinate representation of color #D253B7: hue angle of 312.76º 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 #D253B7 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 183 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.18 |
| HSL | 312.76º | 0.59% | 0.57% | - |
| HSV(B) | 312.76º | 0.6% | 0.82% | - |
| XYZ | 38.22 | 23.31 | 47.28 | - |
| YUV | 132.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 183 | 0 | 0.60 | 0.13 | 0.18 | 312.76 | 0.59 | 0.57 |
| Hex | D2 | 53 | B7 | 0 | 3C | D | 12 | 139 | 3B | 39 |
| Octal | 322 | 123 | 267 | 0 | 74 | 15 | 22 | 471 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10110111 | 0 | 111100 | 1101 | 10010 | 100111001 | 111011 | 111001 |
Color Harmonies of #D253B7
Complementary color
Monochromatic Colors of #D253B7
Black with #D253B7
Text Example
Text Example
White with #D253B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253B7; }
p { color: rgb(210,83,183); }
H1.HeaderClassName
{
color: #D253B7;
}
.AnyTagClassName
{
color: #D253B7;
}
</style>
background-color css
<style>
a { background-color: #D253B7; }
a { background-color: rgb(210,83,183); }
div.DivClassName
{
background-color: #D253B7;
}
.BgClassName
{
background-color: #D253B7;
}
</style>
border-color css
<style>
span { border-color: #D253B7; }
span { border-color: rgb(210,83,183); }
td.TdClassName
{
border-color: #D253B7;
}
.TagClassName
{
border-color: #D253B7;
}
</style>