Html Css Color HEX #D05ADB Free Speech Magenta
📋 copy color: '#D05ADB'red 208 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #D05ADB
Tints of Free Speech Magenta #D05ADB
RGB
CMYK
RGB Variations
Color information
#D05ADB (or 0xD05ADB) is known color: Free Speech Magenta. HEX triplet: D0, 5A and DB. RGB value is (208,90,219). Sum of RGB (Red+Green+Blue) = 208+90+219=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #D05ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ADB is #2FA524. Grayscale: #8B8B8B. Windows color (decimal): -3122469 or 14375632. OLE color: 14375632.
HSL color Cylindrical-coordinate representation of color #D05ADB: hue angle of 294.88º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05ADB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 90 | 219 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.14 |
| HSL | 294.88º | 0.64% | 0.61% | - |
| HSV(B) | 294.88º | 0.59% | 0.86% | - |
| XYZ | 42.45 | 25.84 | 69.77 | - |
| YUV | 139.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 219 | 0.05 | 0.59 | 0 | 0.14 | 294.88 | 0.64 | 0.61 |
| Hex | D0 | 5A | DB | 5 | 3B | 0 | E | 127 | 40 | 3D |
| Octal | 320 | 132 | 333 | 5 | 73 | 0 | 16 | 447 | 100 | 75 |
| Binary | 11010000 | 1011010 | 11011011 | 101 | 111011 | 0 | 1110 | 100100111 | 1000000 | 111101 |
Color Harmonies of #D05ADB
Complementary color
Monochromatic Colors of #D05ADB
Black with #D05ADB
Text Example
Text Example
White with #D05ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05ADB; }
p { color: rgb(208,90,219); }
H1.HeaderClassName
{
color: #D05ADB;
}
.AnyTagClassName
{
color: #D05ADB;
}
</style>
background-color css
<style>
a { background-color: #D05ADB; }
a { background-color: rgb(208,90,219); }
div.DivClassName
{
background-color: #D05ADB;
}
.BgClassName
{
background-color: #D05ADB;
}
</style>
border-color css
<style>
span { border-color: #D05ADB; }
span { border-color: rgb(208,90,219); }
td.TdClassName
{
border-color: #D05ADB;
}
.TagClassName
{
border-color: #D05ADB;
}
</style>