Shades of Fuchsia #D251BC
Tints of Fuchsia #D251BC
RGB
CMYK
RGB Variations
Color information
#D251BC (or 0xD251BC) is known color: Fuchsia. HEX triplet: D2, 51 and BC. RGB value is (210,81,188). Sum of RGB (Red+Green+Blue) = 210+81+188=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D251BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251BC is #2DAE43. Grayscale: #838383. Windows color (decimal): -2993732 or 12341714. OLE color: 12341714.
HSL color Cylindrical-coordinate representation of color #D251BC: hue angle of 310.23º 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 #D251BC is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 188 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.18 |
| HSL | 310.23º | 0.59% | 0.57% | - |
| HSV(B) | 310.23º | 0.61% | 0.82% | - |
| XYZ | 38.6 | 23.22 | 50.02 | - |
| YUV | 131.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 188 | 0 | 0.61 | 0.10 | 0.18 | 310.23 | 0.59 | 0.57 |
| Hex | D2 | 51 | BC | 0 | 3D | A | 12 | 136 | 3B | 39 |
| Octal | 322 | 121 | 274 | 0 | 75 | 12 | 22 | 466 | 73 | 71 |
| Binary | 11010010 | 1010001 | 10111100 | 0 | 111101 | 1010 | 10010 | 100110110 | 111011 | 111001 |
Color Harmonies of #D251BC
Complementary color
Monochromatic Colors of #D251BC
Black with #D251BC
Text Example
Text Example
White with #D251BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251BC; }
p { color: rgb(210,81,188); }
H1.HeaderClassName
{
color: #D251BC;
}
.AnyTagClassName
{
color: #D251BC;
}
</style>
background-color css
<style>
a { background-color: #D251BC; }
a { background-color: rgb(210,81,188); }
div.DivClassName
{
background-color: #D251BC;
}
.BgClassName
{
background-color: #D251BC;
}
</style>
border-color css
<style>
span { border-color: #D251BC; }
span { border-color: rgb(210,81,188); }
td.TdClassName
{
border-color: #D251BC;
}
.TagClassName
{
border-color: #D251BC;
}
</style>