Html Css Color HEX #D83FDB Free Speech Magenta
📋 copy color: '#D83FDB'red 216 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #D83FDB
Tints of Free Speech Magenta #D83FDB
RGB
CMYK
RGB Variations
Color information
#D83FDB (or 0xD83FDB) is known color: Free Speech Magenta. HEX triplet: D8, 3F and DB. RGB value is (216,63,219). Sum of RGB (Red+Green+Blue) = 216+63+219=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #D83FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FDB is #27C024. Grayscale: #7E7E7E. Windows color (decimal): -2605093 or 14368728. OLE color: 14368728.
HSL color Cylindrical-coordinate representation of color #D83FDB: hue angle of 298.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83FDB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 63 | 219 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.14 |
| HSL | 298.85º | 0.68% | 0.55% | - |
| HSV(B) | 298.85º | 0.71% | 0.86% | - |
| XYZ | 42.88 | 23.27 | 69.25 | - |
| YUV | 126.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 219 | 0.01 | 0.71 | 0 | 0.14 | 298.85 | 0.68 | 0.55 |
| Hex | D8 | 3F | DB | 1 | 47 | 0 | E | 12B | 44 | 37 |
| Octal | 330 | 77 | 333 | 1 | 107 | 0 | 16 | 453 | 104 | 67 |
| Binary | 11011000 | 111111 | 11011011 | 1 | 1000111 | 0 | 1110 | 100101011 | 1000100 | 110111 |
Color Harmonies of #D83FDB
Complementary color
Monochromatic Colors of #D83FDB
Black with #D83FDB
Text Example
Text Example
White with #D83FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FDB; }
p { color: rgb(216,63,219); }
H1.HeaderClassName
{
color: #D83FDB;
}
.AnyTagClassName
{
color: #D83FDB;
}
</style>
background-color css
<style>
a { background-color: #D83FDB; }
a { background-color: rgb(216,63,219); }
div.DivClassName
{
background-color: #D83FDB;
}
.BgClassName
{
background-color: #D83FDB;
}
</style>
border-color css
<style>
span { border-color: #D83FDB; }
span { border-color: rgb(216,63,219); }
td.TdClassName
{
border-color: #D83FDB;
}
.TagClassName
{
border-color: #D83FDB;
}
</style>