Html Css Color HEX #D94BDB Free Speech Magenta
📋 copy color: '#D94BDB'red 217 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #D94BDB
Tints of Free Speech Magenta #D94BDB
RGB
CMYK
RGB Variations
Color information
#D94BDB (or 0xD94BDB) is known color: Free Speech Magenta. HEX triplet: D9, 4B and DB. RGB value is (217,75,219). Sum of RGB (Red+Green+Blue) = 217+75+219=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D94BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94BDB is #26B424. Grayscale: #858585. Windows color (decimal): -2536485 or 14371801. OLE color: 14371801.
HSL color Cylindrical-coordinate representation of color #D94BDB: hue angle of 299.17º 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 #D94BDB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 75 | 219 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.14 |
| HSL | 299.17º | 0.67% | 0.58% | - |
| HSV(B) | 299.17º | 0.66% | 0.86% | - |
| XYZ | 43.92 | 24.9 | 69.51 | - |
| YUV | 133.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 219 | 0.01 | 0.66 | 0 | 0.14 | 299.17 | 0.67 | 0.58 |
| Hex | D9 | 4B | DB | 1 | 42 | 0 | E | 12B | 43 | 3A |
| Octal | 331 | 113 | 333 | 1 | 102 | 0 | 16 | 453 | 103 | 72 |
| Binary | 11011001 | 1001011 | 11011011 | 1 | 1000010 | 0 | 1110 | 100101011 | 1000011 | 111010 |
Color Harmonies of #D94BDB
Complementary color
Monochromatic Colors of #D94BDB
Black with #D94BDB
Text Example
Text Example
White with #D94BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94BDB; }
p { color: rgb(217,75,219); }
H1.HeaderClassName
{
color: #D94BDB;
}
.AnyTagClassName
{
color: #D94BDB;
}
</style>
background-color css
<style>
a { background-color: #D94BDB; }
a { background-color: rgb(217,75,219); }
div.DivClassName
{
background-color: #D94BDB;
}
.BgClassName
{
background-color: #D94BDB;
}
</style>
border-color css
<style>
span { border-color: #D94BDB; }
span { border-color: rgb(217,75,219); }
td.TdClassName
{
border-color: #D94BDB;
}
.TagClassName
{
border-color: #D94BDB;
}
</style>