Html Css Color HEX #D05DDB Free Speech Magenta
📋 copy color: '#D05DDB'red 208 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #D05DDB
Tints of Free Speech Magenta #D05DDB
RGB
CMYK
RGB Variations
Color information
#D05DDB (or 0xD05DDB) is known color: Free Speech Magenta. HEX triplet: D0, 5D and DB. RGB value is (208,93,219). Sum of RGB (Red+Green+Blue) = 208+93+219=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #D05DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DDB is #2FA224. Grayscale: #8D8D8D. Windows color (decimal): -3121701 or 14376400. OLE color: 14376400.
HSL color Cylindrical-coordinate representation of color #D05DDB: hue angle of 294.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05DDB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 93 | 219 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.14 |
| HSL | 294.76º | 0.64% | 0.61% | - |
| HSV(B) | 294.76º | 0.58% | 0.86% | - |
| XYZ | 42.71 | 26.35 | 69.85 | - |
| YUV | 141.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 219 | 0.05 | 0.58 | 0 | 0.14 | 294.76 | 0.64 | 0.61 |
| Hex | D0 | 5D | DB | 5 | 3A | 0 | E | 127 | 40 | 3D |
| Octal | 320 | 135 | 333 | 5 | 72 | 0 | 16 | 447 | 100 | 75 |
| Binary | 11010000 | 1011101 | 11011011 | 101 | 111010 | 0 | 1110 | 100100111 | 1000000 | 111101 |
Color Harmonies of #D05DDB
Complementary color
Monochromatic Colors of #D05DDB
Black with #D05DDB
Text Example
Text Example
White with #D05DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DDB; }
p { color: rgb(208,93,219); }
H1.HeaderClassName
{
color: #D05DDB;
}
.AnyTagClassName
{
color: #D05DDB;
}
</style>
background-color css
<style>
a { background-color: #D05DDB; }
a { background-color: rgb(208,93,219); }
div.DivClassName
{
background-color: #D05DDB;
}
.BgClassName
{
background-color: #D05DDB;
}
</style>
border-color css
<style>
span { border-color: #D05DDB; }
span { border-color: rgb(208,93,219); }
td.TdClassName
{
border-color: #D05DDB;
}
.TagClassName
{
border-color: #D05DDB;
}
</style>