Html Css Color HEX #D251CF Free Speech Magenta
📋 copy color: '#D251CF'red 210 ◦ green 81 ◦ blue 207
Shades of Free Speech Magenta #D251CF
Tints of Free Speech Magenta #D251CF
RGB
CMYK
RGB Variations
Color information
#D251CF (or 0xD251CF) is known color: Free Speech Magenta. HEX triplet: D2, 51 and CF. RGB value is (210,81,207). Sum of RGB (Red+Green+Blue) = 210+81+207=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D251CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251CF is #2DAE30. Grayscale: #858585. Windows color (decimal): -2993713 or 13586898. OLE color: 13586898.
HSL color Cylindrical-coordinate representation of color #D251CF: hue angle of 301.4º 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 #D251CF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 207 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.18 |
| HSL | 301.4º | 0.59% | 0.57% | - |
| HSV(B) | 301.4º | 0.61% | 0.82% | - |
| XYZ | 40.78 | 24.09 | 61.53 | - |
| YUV | 133.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 207 | 0 | 0.61 | 0.01 | 0.18 | 301.4 | 0.59 | 0.57 |
| Hex | D2 | 51 | CF | 0 | 3D | 1 | 12 | 12D | 3B | 39 |
| Octal | 322 | 121 | 317 | 0 | 75 | 1 | 22 | 455 | 73 | 71 |
| Binary | 11010010 | 1010001 | 11001111 | 0 | 111101 | 1 | 10010 | 100101101 | 111011 | 111001 |
Color Harmonies of #D251CF
Complementary color
Monochromatic Colors of #D251CF
Black with #D251CF
Text Example
Text Example
White with #D251CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251CF; }
p { color: rgb(210,81,207); }
H1.HeaderClassName
{
color: #D251CF;
}
.AnyTagClassName
{
color: #D251CF;
}
</style>
background-color css
<style>
a { background-color: #D251CF; }
a { background-color: rgb(210,81,207); }
div.DivClassName
{
background-color: #D251CF;
}
.BgClassName
{
background-color: #D251CF;
}
</style>
border-color css
<style>
span { border-color: #D251CF; }
span { border-color: rgb(210,81,207); }
td.TdClassName
{
border-color: #D251CF;
}
.TagClassName
{
border-color: #D251CF;
}
</style>