Html Css Color HEX #D151DB Free Speech Magenta
📋 copy color: '#D151DB'red 209 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #D151DB
Tints of Free Speech Magenta #D151DB
RGB
CMYK
RGB Variations
Color information
#D151DB (or 0xD151DB) is known color: Free Speech Magenta. HEX triplet: D1, 51 and DB. RGB value is (209,81,219). Sum of RGB (Red+Green+Blue) = 209+81+219=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D151DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151DB is #2EAE24. Grayscale: #868686. Windows color (decimal): -3059237 or 14373329. OLE color: 14373329.
HSL color Cylindrical-coordinate representation of color #D151DB: hue angle of 295.65º 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 #D151DB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 81 | 219 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.14 |
| HSL | 295.65º | 0.66% | 0.59% | - |
| HSV(B) | 295.65º | 0.63% | 0.86% | - |
| XYZ | 42.02 | 24.55 | 69.54 | - |
| YUV | 135 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 219 | 0.05 | 0.63 | 0 | 0.14 | 295.65 | 0.66 | 0.59 |
| Hex | D1 | 51 | DB | 5 | 3F | 0 | E | 128 | 42 | 3B |
| Octal | 321 | 121 | 333 | 5 | 77 | 0 | 16 | 450 | 102 | 73 |
| Binary | 11010001 | 1010001 | 11011011 | 101 | 111111 | 0 | 1110 | 100101000 | 1000010 | 111011 |
Color Harmonies of #D151DB
Complementary color
Monochromatic Colors of #D151DB
Black with #D151DB
Text Example
Text Example
White with #D151DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151DB; }
p { color: rgb(209,81,219); }
H1.HeaderClassName
{
color: #D151DB;
}
.AnyTagClassName
{
color: #D151DB;
}
</style>
background-color css
<style>
a { background-color: #D151DB; }
a { background-color: rgb(209,81,219); }
div.DivClassName
{
background-color: #D151DB;
}
.BgClassName
{
background-color: #D151DB;
}
</style>
border-color css
<style>
span { border-color: #D151DB; }
span { border-color: rgb(209,81,219); }
td.TdClassName
{
border-color: #D151DB;
}
.TagClassName
{
border-color: #D151DB;
}
</style>