Html Css Color HEX #D833DB Free Speech Magenta
📋 copy color: '#D833DB'red 216 ◦ green 51 ◦ blue 219
Shades of Free Speech Magenta #D833DB
Tints of Free Speech Magenta #D833DB
RGB
CMYK
RGB Variations
Color information
#D833DB (or 0xD833DB) is known color: Free Speech Magenta. HEX triplet: D8, 33 and DB. RGB value is (216,51,219). Sum of RGB (Red+Green+Blue) = 216+51+219=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #D833DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D833DB is #27CC24. Grayscale: #767676. Windows color (decimal): -2608165 or 14365656. OLE color: 14365656.
HSL color Cylindrical-coordinate representation of color #D833DB: hue angle of 298.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D833DB is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 51 | 219 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.14 |
| HSL | 298.93º | 0.7% | 0.53% | - |
| HSV(B) | 298.93º | 0.77% | 0.86% | - |
| XYZ | 42.29 | 22.08 | 69.05 | - |
| YUV | 119.49 | 184.16 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 219 | 0.01 | 0.77 | 0 | 0.14 | 298.93 | 0.7 | 0.53 |
| Hex | D8 | 33 | DB | 1 | 4D | 0 | E | 12B | 46 | 35 |
| Octal | 330 | 63 | 333 | 1 | 115 | 0 | 16 | 453 | 106 | 65 |
| Binary | 11011000 | 110011 | 11011011 | 1 | 1001101 | 0 | 1110 | 100101011 | 1000110 | 110101 |
Color Harmonies of #D833DB
Complementary color
Monochromatic Colors of #D833DB
Black with #D833DB
Text Example
Text Example
White with #D833DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D833DB; }
p { color: rgb(216,51,219); }
H1.HeaderClassName
{
color: #D833DB;
}
.AnyTagClassName
{
color: #D833DB;
}
</style>
background-color css
<style>
a { background-color: #D833DB; }
a { background-color: rgb(216,51,219); }
div.DivClassName
{
background-color: #D833DB;
}
.BgClassName
{
background-color: #D833DB;
}
</style>
border-color css
<style>
span { border-color: #D833DB; }
span { border-color: rgb(216,51,219); }
td.TdClassName
{
border-color: #D833DB;
}
.TagClassName
{
border-color: #D833DB;
}
</style>