Html Css Color HEX #D834DB Free Speech Magenta
📋 copy color: '#D834DB'red 216 ◦ green 52 ◦ blue 219
Shades of Free Speech Magenta #D834DB
Tints of Free Speech Magenta #D834DB
RGB
CMYK
RGB Variations
Color information
#D834DB (or 0xD834DB) is known color: Free Speech Magenta. HEX triplet: D8, 34 and DB. RGB value is (216,52,219). Sum of RGB (Red+Green+Blue) = 216+52+219=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #D834DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834DB is #27CB24. Grayscale: #777777. Windows color (decimal): -2607909 or 14365912. OLE color: 14365912.
HSL color Cylindrical-coordinate representation of color #D834DB: hue angle of 298.92º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834DB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 52 | 219 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.14 |
| HSL | 298.92º | 0.7% | 0.53% | - |
| HSV(B) | 298.92º | 0.76% | 0.86% | - |
| XYZ | 42.33 | 22.17 | 69.07 | - |
| YUV | 120.07 | 183.83 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 219 | 0.01 | 0.76 | 0 | 0.14 | 298.92 | 0.7 | 0.53 |
| Hex | D8 | 34 | DB | 1 | 4C | 0 | E | 12B | 46 | 35 |
| Octal | 330 | 64 | 333 | 1 | 114 | 0 | 16 | 453 | 106 | 65 |
| Binary | 11011000 | 110100 | 11011011 | 1 | 1001100 | 0 | 1110 | 100101011 | 1000110 | 110101 |
Color Harmonies of #D834DB
Complementary color
Monochromatic Colors of #D834DB
Black with #D834DB
Text Example
Text Example
White with #D834DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834DB; }
p { color: rgb(216,52,219); }
H1.HeaderClassName
{
color: #D834DB;
}
.AnyTagClassName
{
color: #D834DB;
}
</style>
background-color css
<style>
a { background-color: #D834DB; }
a { background-color: rgb(216,52,219); }
div.DivClassName
{
background-color: #D834DB;
}
.BgClassName
{
background-color: #D834DB;
}
</style>
border-color css
<style>
span { border-color: #D834DB; }
span { border-color: rgb(216,52,219); }
td.TdClassName
{
border-color: #D834DB;
}
.TagClassName
{
border-color: #D834DB;
}
</style>