Html Css Color HEX #D94CDB Free Speech Magenta
📋 copy color: '#D94CDB'red 217 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #D94CDB
Tints of Free Speech Magenta #D94CDB
RGB
CMYK
RGB Variations
Color information
#D94CDB (or 0xD94CDB) is known color: Free Speech Magenta. HEX triplet: D9, 4C and DB. RGB value is (217,76,219). Sum of RGB (Red+Green+Blue) = 217+76+219=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D94CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CDB is #26B324. Grayscale: #868686. Windows color (decimal): -2536229 or 14372057. OLE color: 14372057.
HSL color Cylindrical-coordinate representation of color #D94CDB: hue angle of 299.16º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CDB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 76 | 219 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.14 |
| HSL | 299.16º | 0.67% | 0.58% | - |
| HSV(B) | 299.16º | 0.65% | 0.86% | - |
| XYZ | 43.99 | 25.04 | 69.53 | - |
| YUV | 134.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 219 | 0.01 | 0.65 | 0 | 0.14 | 299.16 | 0.67 | 0.58 |
| Hex | D9 | 4C | DB | 1 | 41 | 0 | E | 12B | 43 | 3A |
| Octal | 331 | 114 | 333 | 1 | 101 | 0 | 16 | 453 | 103 | 72 |
| Binary | 11011001 | 1001100 | 11011011 | 1 | 1000001 | 0 | 1110 | 100101011 | 1000011 | 111010 |
Color Harmonies of #D94CDB
Complementary color
Monochromatic Colors of #D94CDB
Black with #D94CDB
Text Example
Text Example
White with #D94CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94CDB; }
p { color: rgb(217,76,219); }
H1.HeaderClassName
{
color: #D94CDB;
}
.AnyTagClassName
{
color: #D94CDB;
}
</style>
background-color css
<style>
a { background-color: #D94CDB; }
a { background-color: rgb(217,76,219); }
div.DivClassName
{
background-color: #D94CDB;
}
.BgClassName
{
background-color: #D94CDB;
}
</style>
border-color css
<style>
span { border-color: #D94CDB; }
span { border-color: rgb(217,76,219); }
td.TdClassName
{
border-color: #D94CDB;
}
.TagClassName
{
border-color: #D94CDB;
}
</style>