Html Css Color HEX #D83EDB Free Speech Magenta
📋 copy color: '#D83EDB'red 216 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #D83EDB
Tints of Free Speech Magenta #D83EDB
RGB
CMYK
RGB Variations
Color information
#D83EDB (or 0xD83EDB) is known color: Free Speech Magenta. HEX triplet: D8, 3E and DB. RGB value is (216,62,219). Sum of RGB (Red+Green+Blue) = 216+62+219=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #D83EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83EDB is #27C124. Grayscale: #7D7D7D. Windows color (decimal): -2605349 or 14368472. OLE color: 14368472.
HSL color Cylindrical-coordinate representation of color #D83EDB: hue angle of 298.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83EDB is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 62 | 219 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.14 |
| HSL | 298.85º | 0.69% | 0.55% | - |
| HSV(B) | 298.85º | 0.72% | 0.86% | - |
| XYZ | 42.83 | 23.16 | 69.23 | - |
| YUV | 125.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 219 | 0.01 | 0.72 | 0 | 0.14 | 298.85 | 0.69 | 0.55 |
| Hex | D8 | 3E | DB | 1 | 48 | 0 | E | 12B | 45 | 37 |
| Octal | 330 | 76 | 333 | 1 | 110 | 0 | 16 | 453 | 105 | 67 |
| Binary | 11011000 | 111110 | 11011011 | 1 | 1001000 | 0 | 1110 | 100101011 | 1000101 | 110111 |
Color Harmonies of #D83EDB
Complementary color
Monochromatic Colors of #D83EDB
Black with #D83EDB
Text Example
Text Example
White with #D83EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83EDB; }
p { color: rgb(216,62,219); }
H1.HeaderClassName
{
color: #D83EDB;
}
.AnyTagClassName
{
color: #D83EDB;
}
</style>
background-color css
<style>
a { background-color: #D83EDB; }
a { background-color: rgb(216,62,219); }
div.DivClassName
{
background-color: #D83EDB;
}
.BgClassName
{
background-color: #D83EDB;
}
</style>
border-color css
<style>
span { border-color: #D83EDB; }
span { border-color: rgb(216,62,219); }
td.TdClassName
{
border-color: #D83EDB;
}
.TagClassName
{
border-color: #D83EDB;
}
</style>