Html Css Color HEX #D94ADB Free Speech Magenta
📋 copy color: '#D94ADB'red 217 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #D94ADB
Tints of Free Speech Magenta #D94ADB
RGB
CMYK
RGB Variations
Color information
#D94ADB (or 0xD94ADB) is known color: Free Speech Magenta. HEX triplet: D9, 4A and DB. RGB value is (217,74,219). Sum of RGB (Red+Green+Blue) = 217+74+219=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 74 (29.30% from 255 or 14.51% 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 #D94ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94ADB is #26B524. Grayscale: #848484. Windows color (decimal): -2536741 or 14371545. OLE color: 14371545.
HSL color Cylindrical-coordinate representation of color #D94ADB: hue angle of 299.17º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94ADB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 74 | 219 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.14 |
| HSL | 299.17º | 0.67% | 0.57% | - |
| HSV(B) | 299.17º | 0.66% | 0.86% | - |
| XYZ | 43.85 | 24.76 | 69.49 | - |
| YUV | 133.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 219 | 0.01 | 0.66 | 0 | 0.14 | 299.17 | 0.67 | 0.57 |
| Hex | D9 | 4A | DB | 1 | 42 | 0 | E | 12B | 43 | 39 |
| Octal | 331 | 112 | 333 | 1 | 102 | 0 | 16 | 453 | 103 | 71 |
| Binary | 11011001 | 1001010 | 11011011 | 1 | 1000010 | 0 | 1110 | 100101011 | 1000011 | 111001 |
Color Harmonies of #D94ADB
Complementary color
Monochromatic Colors of #D94ADB
Black with #D94ADB
Text Example
Text Example
White with #D94ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94ADB; }
p { color: rgb(217,74,219); }
H1.HeaderClassName
{
color: #D94ADB;
}
.AnyTagClassName
{
color: #D94ADB;
}
</style>
background-color css
<style>
a { background-color: #D94ADB; }
a { background-color: rgb(217,74,219); }
div.DivClassName
{
background-color: #D94ADB;
}
.BgClassName
{
background-color: #D94ADB;
}
</style>
border-color css
<style>
span { border-color: #D94ADB; }
span { border-color: rgb(217,74,219); }
td.TdClassName
{
border-color: #D94ADB;
}
.TagClassName
{
border-color: #D94ADB;
}
</style>