Shades of Fuchsia #D252BA
Tints of Fuchsia #D252BA
RGB
CMYK
RGB Variations
Color information
#D252BA (or 0xD252BA) is known color: Fuchsia. HEX triplet: D2, 52 and BA. RGB value is (210,82,186). Sum of RGB (Red+Green+Blue) = 210+82+186=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D252BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252BA is #2DAD45. Grayscale: #838383. Windows color (decimal): -2993478 or 12210898. OLE color: 12210898.
HSL color Cylindrical-coordinate representation of color #D252BA: hue angle of 311.25º 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 #D252BA is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 186 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.18 |
| HSL | 311.25º | 0.59% | 0.57% | - |
| HSV(B) | 311.25º | 0.61% | 0.82% | - |
| XYZ | 38.46 | 23.28 | 48.92 | - |
| YUV | 132.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 186 | 0 | 0.61 | 0.11 | 0.18 | 311.25 | 0.59 | 0.57 |
| Hex | D2 | 52 | BA | 0 | 3D | B | 12 | 137 | 3B | 39 |
| Octal | 322 | 122 | 272 | 0 | 75 | 13 | 22 | 467 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10111010 | 0 | 111101 | 1011 | 10010 | 100110111 | 111011 | 111001 |
Color Harmonies of #D252BA
Complementary color
Monochromatic Colors of #D252BA
Black with #D252BA
Text Example
Text Example
White with #D252BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252BA; }
p { color: rgb(210,82,186); }
H1.HeaderClassName
{
color: #D252BA;
}
.AnyTagClassName
{
color: #D252BA;
}
</style>
background-color css
<style>
a { background-color: #D252BA; }
a { background-color: rgb(210,82,186); }
div.DivClassName
{
background-color: #D252BA;
}
.BgClassName
{
background-color: #D252BA;
}
</style>
border-color css
<style>
span { border-color: #D252BA; }
span { border-color: rgb(210,82,186); }
td.TdClassName
{
border-color: #D252BA;
}
.TagClassName
{
border-color: #D252BA;
}
</style>