Html Css Color HEX #D837DB Free Speech Magenta
📋 copy color: '#D837DB'red 216 ◦ green 55 ◦ blue 219
Shades of Free Speech Magenta #D837DB
Tints of Free Speech Magenta #D837DB
RGB
CMYK
RGB Variations
Color information
#D837DB (or 0xD837DB) is known color: Free Speech Magenta. HEX triplet: D8, 37 and DB. RGB value is (216,55,219). Sum of RGB (Red+Green+Blue) = 216+55+219=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D837DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D837DB is #27C824. Grayscale: #797979. Windows color (decimal): -2607141 or 14366680. OLE color: 14366680.
HSL color Cylindrical-coordinate representation of color #D837DB: hue angle of 298.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D837DB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 55 | 219 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.14 |
| HSL | 298.9º | 0.69% | 0.54% | - |
| HSV(B) | 298.9º | 0.75% | 0.86% | - |
| XYZ | 42.47 | 22.45 | 69.11 | - |
| YUV | 121.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 219 | 0.01 | 0.75 | 0 | 0.14 | 298.9 | 0.69 | 0.54 |
| Hex | D8 | 37 | DB | 1 | 4B | 0 | E | 12B | 45 | 36 |
| Octal | 330 | 67 | 333 | 1 | 113 | 0 | 16 | 453 | 105 | 66 |
| Binary | 11011000 | 110111 | 11011011 | 1 | 1001011 | 0 | 1110 | 100101011 | 1000101 | 110110 |
Color Harmonies of #D837DB
Complementary color
Monochromatic Colors of #D837DB
Black with #D837DB
Text Example
Text Example
White with #D837DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D837DB; }
p { color: rgb(216,55,219); }
H1.HeaderClassName
{
color: #D837DB;
}
.AnyTagClassName
{
color: #D837DB;
}
</style>
background-color css
<style>
a { background-color: #D837DB; }
a { background-color: rgb(216,55,219); }
div.DivClassName
{
background-color: #D837DB;
}
.BgClassName
{
background-color: #D837DB;
}
</style>
border-color css
<style>
span { border-color: #D837DB; }
span { border-color: rgb(216,55,219); }
td.TdClassName
{
border-color: #D837DB;
}
.TagClassName
{
border-color: #D837DB;
}
</style>