Html Css Color HEX #D84BDB Free Speech Magenta
📋 copy color: '#D84BDB'red 216 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #D84BDB
Tints of Free Speech Magenta #D84BDB
RGB
CMYK
RGB Variations
Color information
#D84BDB (or 0xD84BDB) is known color: Free Speech Magenta. HEX triplet: D8, 4B and DB. RGB value is (216,75,219). Sum of RGB (Red+Green+Blue) = 216+75+219=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D84BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BDB is #27B424. Grayscale: #858585. Windows color (decimal): -2602021 or 14371800. OLE color: 14371800.
HSL color Cylindrical-coordinate representation of color #D84BDB: hue angle of 298.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84BDB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 75 | 219 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.14 |
| HSL | 298.75º | 0.67% | 0.58% | - |
| HSV(B) | 298.75º | 0.66% | 0.86% | - |
| XYZ | 43.62 | 24.75 | 69.5 | - |
| YUV | 133.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 219 | 0.01 | 0.66 | 0 | 0.14 | 298.75 | 0.67 | 0.58 |
| Hex | D8 | 4B | DB | 1 | 42 | 0 | E | 12B | 43 | 3A |
| Octal | 330 | 113 | 333 | 1 | 102 | 0 | 16 | 453 | 103 | 72 |
| Binary | 11011000 | 1001011 | 11011011 | 1 | 1000010 | 0 | 1110 | 100101011 | 1000011 | 111010 |
Color Harmonies of #D84BDB
Complementary color
Monochromatic Colors of #D84BDB
Black with #D84BDB
Text Example
Text Example
White with #D84BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BDB; }
p { color: rgb(216,75,219); }
H1.HeaderClassName
{
color: #D84BDB;
}
.AnyTagClassName
{
color: #D84BDB;
}
</style>
background-color css
<style>
a { background-color: #D84BDB; }
a { background-color: rgb(216,75,219); }
div.DivClassName
{
background-color: #D84BDB;
}
.BgClassName
{
background-color: #D84BDB;
}
</style>
border-color css
<style>
span { border-color: #D84BDB; }
span { border-color: rgb(216,75,219); }
td.TdClassName
{
border-color: #D84BDB;
}
.TagClassName
{
border-color: #D84BDB;
}
</style>