Html Css Color HEX #D847DB Free Speech Magenta
📋 copy color: '#D847DB'red 216 ◦ green 71 ◦ blue 219
Shades of Free Speech Magenta #D847DB
Tints of Free Speech Magenta #D847DB
RGB
CMYK
RGB Variations
Color information
#D847DB (or 0xD847DB) is known color: Free Speech Magenta. HEX triplet: D8, 47 and DB. RGB value is (216,71,219). Sum of RGB (Red+Green+Blue) = 216+71+219=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #D847DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D847DB is #27B824. Grayscale: #828282. Windows color (decimal): -2603045 or 14370776. OLE color: 14370776.
HSL color Cylindrical-coordinate representation of color #D847DB: hue angle of 298.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D847DB is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 71 | 219 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.14 |
| HSL | 298.78º | 0.67% | 0.57% | - |
| HSV(B) | 298.78º | 0.68% | 0.86% | - |
| XYZ | 43.36 | 24.22 | 69.41 | - |
| YUV | 131.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 219 | 0.01 | 0.68 | 0 | 0.14 | 298.78 | 0.67 | 0.57 |
| Hex | D8 | 47 | DB | 1 | 44 | 0 | E | 12B | 43 | 39 |
| Octal | 330 | 107 | 333 | 1 | 104 | 0 | 16 | 453 | 103 | 71 |
| Binary | 11011000 | 1000111 | 11011011 | 1 | 1000100 | 0 | 1110 | 100101011 | 1000011 | 111001 |
Color Harmonies of #D847DB
Complementary color
Monochromatic Colors of #D847DB
Black with #D847DB
Text Example
Text Example
White with #D847DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847DB; }
p { color: rgb(216,71,219); }
H1.HeaderClassName
{
color: #D847DB;
}
.AnyTagClassName
{
color: #D847DB;
}
</style>
background-color css
<style>
a { background-color: #D847DB; }
a { background-color: rgb(216,71,219); }
div.DivClassName
{
background-color: #D847DB;
}
.BgClassName
{
background-color: #D847DB;
}
</style>
border-color css
<style>
span { border-color: #D847DB; }
span { border-color: rgb(216,71,219); }
td.TdClassName
{
border-color: #D847DB;
}
.TagClassName
{
border-color: #D847DB;
}
</style>