Shades of Fuchsia #D252BD
Tints of Fuchsia #D252BD
RGB
CMYK
RGB Variations
Color information
#D252BD (or 0xD252BD) is known color: Fuchsia. HEX triplet: D2, 52 and BD. RGB value is (210,82,189). Sum of RGB (Red+Green+Blue) = 210+82+189=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D252BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252BD is #2DAD42. Grayscale: #848484. Windows color (decimal): -2993475 or 12407506. OLE color: 12407506.
HSL color Cylindrical-coordinate representation of color #D252BD: hue angle of 309.84º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D252BD is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 189 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.18 |
| HSL | 309.84º | 0.59% | 0.57% | - |
| HSV(B) | 309.84º | 0.61% | 0.82% | - |
| XYZ | 38.78 | 23.41 | 50.62 | - |
| YUV | 132.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 189 | 0 | 0.61 | 0.10 | 0.18 | 309.84 | 0.59 | 0.57 |
| Hex | D2 | 52 | BD | 0 | 3D | A | 12 | 136 | 3B | 39 |
| Octal | 322 | 122 | 275 | 0 | 75 | 12 | 22 | 466 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10111101 | 0 | 111101 | 1010 | 10010 | 100110110 | 111011 | 111001 |
Color Harmonies of #D252BD
Complementary color
Monochromatic Colors of #D252BD
Black with #D252BD
Text Example
Text Example
White with #D252BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252BD; }
p { color: rgb(210,82,189); }
H1.HeaderClassName
{
color: #D252BD;
}
.AnyTagClassName
{
color: #D252BD;
}
</style>
background-color css
<style>
a { background-color: #D252BD; }
a { background-color: rgb(210,82,189); }
div.DivClassName
{
background-color: #D252BD;
}
.BgClassName
{
background-color: #D252BD;
}
</style>
border-color css
<style>
span { border-color: #D252BD; }
span { border-color: rgb(210,82,189); }
td.TdClassName
{
border-color: #D252BD;
}
.TagClassName
{
border-color: #D252BD;
}
</style>