Html Css Color HEX #D05CDB Free Speech Magenta
📋 copy color: '#D05CDB'red 208 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #D05CDB
Tints of Free Speech Magenta #D05CDB
RGB
CMYK
RGB Variations
Color information
#D05CDB (or 0xD05CDB) is known color: Free Speech Magenta. HEX triplet: D0, 5C and DB. RGB value is (208,92,219). Sum of RGB (Red+Green+Blue) = 208+92+219=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #D05CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CDB is #2FA324. Grayscale: #8C8C8C. Windows color (decimal): -3121957 or 14376144. OLE color: 14376144.
HSL color Cylindrical-coordinate representation of color #D05CDB: hue angle of 294.8º 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 #D05CDB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 92 | 219 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.14 |
| HSL | 294.8º | 0.64% | 0.61% | - |
| HSV(B) | 294.8º | 0.58% | 0.86% | - |
| XYZ | 42.63 | 26.18 | 69.82 | - |
| YUV | 141.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 219 | 0.05 | 0.58 | 0 | 0.14 | 294.8 | 0.64 | 0.61 |
| Hex | D0 | 5C | DB | 5 | 3A | 0 | E | 127 | 40 | 3D |
| Octal | 320 | 134 | 333 | 5 | 72 | 0 | 16 | 447 | 100 | 75 |
| Binary | 11010000 | 1011100 | 11011011 | 101 | 111010 | 0 | 1110 | 100100111 | 1000000 | 111101 |
Color Harmonies of #D05CDB
Complementary color
Monochromatic Colors of #D05CDB
Black with #D05CDB
Text Example
Text Example
White with #D05CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CDB; }
p { color: rgb(208,92,219); }
H1.HeaderClassName
{
color: #D05CDB;
}
.AnyTagClassName
{
color: #D05CDB;
}
</style>
background-color css
<style>
a { background-color: #D05CDB; }
a { background-color: rgb(208,92,219); }
div.DivClassName
{
background-color: #D05CDB;
}
.BgClassName
{
background-color: #D05CDB;
}
</style>
border-color css
<style>
span { border-color: #D05CDB; }
span { border-color: rgb(208,92,219); }
td.TdClassName
{
border-color: #D05CDB;
}
.TagClassName
{
border-color: #D05CDB;
}
</style>