Shades of Fuchsia #D251B9
Tints of Fuchsia #D251B9
RGB
CMYK
RGB Variations
Color information
#D251B9 (or 0xD251B9) is known color: Fuchsia. HEX triplet: D2, 51 and B9. RGB value is (210,81,185). Sum of RGB (Red+Green+Blue) = 210+81+185=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D251B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251B9 is #2DAE46. Grayscale: #838383. Windows color (decimal): -2993735 or 12145106. OLE color: 12145106.
HSL color Cylindrical-coordinate representation of color #D251B9: hue angle of 311.63º 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 #D251B9 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 185 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.18 |
| HSL | 311.63º | 0.59% | 0.57% | - |
| HSV(B) | 311.63º | 0.61% | 0.82% | - |
| XYZ | 38.28 | 23.09 | 48.34 | - |
| YUV | 131.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 185 | 0 | 0.61 | 0.12 | 0.18 | 311.63 | 0.59 | 0.57 |
| Hex | D2 | 51 | B9 | 0 | 3D | C | 12 | 138 | 3B | 39 |
| Octal | 322 | 121 | 271 | 0 | 75 | 14 | 22 | 470 | 73 | 71 |
| Binary | 11010010 | 1010001 | 10111001 | 0 | 111101 | 1100 | 10010 | 100111000 | 111011 | 111001 |
Color Harmonies of #D251B9
Complementary color
Monochromatic Colors of #D251B9
Black with #D251B9
Text Example
Text Example
White with #D251B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251B9; }
p { color: rgb(210,81,185); }
H1.HeaderClassName
{
color: #D251B9;
}
.AnyTagClassName
{
color: #D251B9;
}
</style>
background-color css
<style>
a { background-color: #D251B9; }
a { background-color: rgb(210,81,185); }
div.DivClassName
{
background-color: #D251B9;
}
.BgClassName
{
background-color: #D251B9;
}
</style>
border-color css
<style>
span { border-color: #D251B9; }
span { border-color: rgb(210,81,185); }
td.TdClassName
{
border-color: #D251B9;
}
.TagClassName
{
border-color: #D251B9;
}
</style>