Html Css Color HEX #D934DB Free Speech Magenta
📋 copy color: '#D934DB'red 217 ◦ green 52 ◦ blue 219
Shades of Free Speech Magenta #D934DB
Tints of Free Speech Magenta #D934DB
RGB
CMYK
RGB Variations
Color information
#D934DB (or 0xD934DB) is known color: Free Speech Magenta. HEX triplet: D9, 34 and DB. RGB value is (217,52,219). Sum of RGB (Red+Green+Blue) = 217+52+219=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #D934DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D934DB is #26CB24. Grayscale: #777777. Windows color (decimal): -2542373 or 14365913. OLE color: 14365913.
HSL color Cylindrical-coordinate representation of color #D934DB: hue angle of 299.28º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934DB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 52 | 219 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.14 |
| HSL | 299.28º | 0.7% | 0.53% | - |
| HSV(B) | 299.28º | 0.76% | 0.86% | - |
| XYZ | 42.63 | 22.32 | 69.08 | - |
| YUV | 120.37 | 183.66 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 219 | 0.01 | 0.76 | 0 | 0.14 | 299.28 | 0.7 | 0.53 |
| Hex | D9 | 34 | DB | 1 | 4C | 0 | E | 12B | 46 | 35 |
| Octal | 331 | 64 | 333 | 1 | 114 | 0 | 16 | 453 | 106 | 65 |
| Binary | 11011001 | 110100 | 11011011 | 1 | 1001100 | 0 | 1110 | 100101011 | 1000110 | 110101 |
Color Harmonies of #D934DB
Complementary color
Monochromatic Colors of #D934DB
Black with #D934DB
Text Example
Text Example
White with #D934DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934DB; }
p { color: rgb(217,52,219); }
H1.HeaderClassName
{
color: #D934DB;
}
.AnyTagClassName
{
color: #D934DB;
}
</style>
background-color css
<style>
a { background-color: #D934DB; }
a { background-color: rgb(217,52,219); }
div.DivClassName
{
background-color: #D934DB;
}
.BgClassName
{
background-color: #D934DB;
}
</style>
border-color css
<style>
span { border-color: #D934DB; }
span { border-color: rgb(217,52,219); }
td.TdClassName
{
border-color: #D934DB;
}
.TagClassName
{
border-color: #D934DB;
}
</style>