Html Css Color HEX #D251DB Free Speech Magenta
📋 copy color: '#D251DB'red 210 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #D251DB
Tints of Free Speech Magenta #D251DB
RGB
CMYK
RGB Variations
Color information
#D251DB (or 0xD251DB) is known color: Free Speech Magenta. HEX triplet: D2, 51 and DB. RGB value is (210,81,219). Sum of RGB (Red+Green+Blue) = 210+81+219=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D251DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251DB is #2DAE24. Grayscale: #868686. Windows color (decimal): -2993701 or 14373330. OLE color: 14373330.
HSL color Cylindrical-coordinate representation of color #D251DB: hue angle of 296.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D251DB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 81 | 219 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.14 |
| HSL | 296.09º | 0.66% | 0.59% | - |
| HSV(B) | 296.09º | 0.63% | 0.86% | - |
| XYZ | 42.31 | 24.7 | 69.56 | - |
| YUV | 135.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 219 | 0.04 | 0.63 | 0 | 0.14 | 296.09 | 0.66 | 0.59 |
| Hex | D2 | 51 | DB | 4 | 3F | 0 | E | 128 | 42 | 3B |
| Octal | 322 | 121 | 333 | 4 | 77 | 0 | 16 | 450 | 102 | 73 |
| Binary | 11010010 | 1010001 | 11011011 | 100 | 111111 | 0 | 1110 | 100101000 | 1000010 | 111011 |
Color Harmonies of #D251DB
Complementary color
Monochromatic Colors of #D251DB
Black with #D251DB
Text Example
Text Example
White with #D251DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251DB; }
p { color: rgb(210,81,219); }
H1.HeaderClassName
{
color: #D251DB;
}
.AnyTagClassName
{
color: #D251DB;
}
</style>
background-color css
<style>
a { background-color: #D251DB; }
a { background-color: rgb(210,81,219); }
div.DivClassName
{
background-color: #D251DB;
}
.BgClassName
{
background-color: #D251DB;
}
</style>
border-color css
<style>
span { border-color: #D251DB; }
span { border-color: rgb(210,81,219); }
td.TdClassName
{
border-color: #D251DB;
}
.TagClassName
{
border-color: #D251DB;
}
</style>