Html Css Color HEX #D853DB Free Speech Magenta
📋 copy color: '#D853DB'red 216 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #D853DB
Tints of Free Speech Magenta #D853DB
RGB
CMYK
RGB Variations
Color information
#D853DB (or 0xD853DB) is known color: Free Speech Magenta. HEX triplet: D8, 53 and DB. RGB value is (216,83,219). Sum of RGB (Red+Green+Blue) = 216+83+219=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #D853DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853DB is #27AC24. Grayscale: #898989. Windows color (decimal): -2599973 or 14373848. OLE color: 14373848.
HSL color Cylindrical-coordinate representation of color #D853DB: hue angle of 298.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853DB is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 83 | 219 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.14 |
| HSL | 298.68º | 0.65% | 0.59% | - |
| HSV(B) | 298.68º | 0.62% | 0.86% | - |
| XYZ | 44.2 | 25.9 | 69.69 | - |
| YUV | 138.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 219 | 0.01 | 0.62 | 0 | 0.14 | 298.68 | 0.65 | 0.59 |
| Hex | D8 | 53 | DB | 1 | 3E | 0 | E | 12B | 41 | 3B |
| Octal | 330 | 123 | 333 | 1 | 76 | 0 | 16 | 453 | 101 | 73 |
| Binary | 11011000 | 1010011 | 11011011 | 1 | 111110 | 0 | 1110 | 100101011 | 1000001 | 111011 |
Color Harmonies of #D853DB
Complementary color
Monochromatic Colors of #D853DB
Black with #D853DB
Text Example
Text Example
White with #D853DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853DB; }
p { color: rgb(216,83,219); }
H1.HeaderClassName
{
color: #D853DB;
}
.AnyTagClassName
{
color: #D853DB;
}
</style>
background-color css
<style>
a { background-color: #D853DB; }
a { background-color: rgb(216,83,219); }
div.DivClassName
{
background-color: #D853DB;
}
.BgClassName
{
background-color: #D853DB;
}
</style>
border-color css
<style>
span { border-color: #D853DB; }
span { border-color: rgb(216,83,219); }
td.TdClassName
{
border-color: #D853DB;
}
.TagClassName
{
border-color: #D853DB;
}
</style>