Html Css Color HEX #D941DB Free Speech Magenta
📋 copy color: '#D941DB'red 217 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #D941DB
Tints of Free Speech Magenta #D941DB
RGB
CMYK
RGB Variations
Color information
#D941DB (or 0xD941DB) is known color: Free Speech Magenta. HEX triplet: D9, 41 and DB. RGB value is (217,65,219). Sum of RGB (Red+Green+Blue) = 217+65+219=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #D941DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D941DB is #26BE24. Grayscale: #7F7F7F. Windows color (decimal): -2539045 or 14369241. OLE color: 14369241.
HSL color Cylindrical-coordinate representation of color #D941DB: hue angle of 299.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D941DB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 65 | 219 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.14 |
| HSL | 299.22º | 0.68% | 0.56% | - |
| HSV(B) | 299.22º | 0.7% | 0.86% | - |
| XYZ | 43.29 | 23.65 | 69.3 | - |
| YUV | 128 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 219 | 0.01 | 0.70 | 0 | 0.14 | 299.22 | 0.68 | 0.56 |
| Hex | D9 | 41 | DB | 1 | 46 | 0 | E | 12B | 44 | 38 |
| Octal | 331 | 101 | 333 | 1 | 106 | 0 | 16 | 453 | 104 | 70 |
| Binary | 11011001 | 1000001 | 11011011 | 1 | 1000110 | 0 | 1110 | 100101011 | 1000100 | 111000 |
Color Harmonies of #D941DB
Complementary color
Monochromatic Colors of #D941DB
Black with #D941DB
Text Example
Text Example
White with #D941DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941DB; }
p { color: rgb(217,65,219); }
H1.HeaderClassName
{
color: #D941DB;
}
.AnyTagClassName
{
color: #D941DB;
}
</style>
background-color css
<style>
a { background-color: #D941DB; }
a { background-color: rgb(217,65,219); }
div.DivClassName
{
background-color: #D941DB;
}
.BgClassName
{
background-color: #D941DB;
}
</style>
border-color css
<style>
span { border-color: #D941DB; }
span { border-color: rgb(217,65,219); }
td.TdClassName
{
border-color: #D941DB;
}
.TagClassName
{
border-color: #D941DB;
}
</style>