Html Css Color HEX #D943DB Free Speech Magenta
📋 copy color: '#D943DB'red 217 ◦ green 67 ◦ blue 219
Shades of Free Speech Magenta #D943DB
Tints of Free Speech Magenta #D943DB
RGB
CMYK
RGB Variations
Color information
#D943DB (or 0xD943DB) is known color: Free Speech Magenta. HEX triplet: D9, 43 and DB. RGB value is (217,67,219). Sum of RGB (Red+Green+Blue) = 217+67+219=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #D943DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D943DB is #26BC24. Grayscale: #808080. Windows color (decimal): -2538533 or 14369753. OLE color: 14369753.
HSL color Cylindrical-coordinate representation of color #D943DB: hue angle of 299.21º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D943DB is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 67 | 219 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.14 |
| HSL | 299.21º | 0.68% | 0.56% | - |
| HSV(B) | 299.21º | 0.69% | 0.86% | - |
| XYZ | 43.41 | 23.88 | 69.34 | - |
| YUV | 129.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 219 | 0.01 | 0.69 | 0 | 0.14 | 299.21 | 0.68 | 0.56 |
| Hex | D9 | 43 | DB | 1 | 45 | 0 | E | 12B | 44 | 38 |
| Octal | 331 | 103 | 333 | 1 | 105 | 0 | 16 | 453 | 104 | 70 |
| Binary | 11011001 | 1000011 | 11011011 | 1 | 1000101 | 0 | 1110 | 100101011 | 1000100 | 111000 |
Color Harmonies of #D943DB
Complementary color
Monochromatic Colors of #D943DB
Black with #D943DB
Text Example
Text Example
White with #D943DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D943DB; }
p { color: rgb(217,67,219); }
H1.HeaderClassName
{
color: #D943DB;
}
.AnyTagClassName
{
color: #D943DB;
}
</style>
background-color css
<style>
a { background-color: #D943DB; }
a { background-color: rgb(217,67,219); }
div.DivClassName
{
background-color: #D943DB;
}
.BgClassName
{
background-color: #D943DB;
}
</style>
border-color css
<style>
span { border-color: #D943DB; }
span { border-color: rgb(217,67,219); }
td.TdClassName
{
border-color: #D943DB;
}
.TagClassName
{
border-color: #D943DB;
}
</style>