Html Css Color HEX #D05AD4 Free Speech Magenta
📋 copy color: '#D05AD4'red 208 ◦ green 90 ◦ blue 212
Shades of Free Speech Magenta #D05AD4
Tints of Free Speech Magenta #D05AD4
RGB
CMYK
RGB Variations
Color information
#D05AD4 (or 0xD05AD4) is known color: Free Speech Magenta. HEX triplet: D0, 5A and D4. RGB value is (208,90,212). Sum of RGB (Red+Green+Blue) = 208+90+212=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #D05AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05AD4 is #2FA52B. Grayscale: #8A8A8A. Windows color (decimal): -3122476 or 13916880. OLE color: 13916880.
HSL color Cylindrical-coordinate representation of color #D05AD4: hue angle of 298.03º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05AD4 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 90 | 212 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.17 |
| HSL | 298.03º | 0.59% | 0.59% | - |
| HSV(B) | 298.03º | 0.58% | 0.83% | - |
| XYZ | 41.55 | 25.48 | 65.01 | - |
| YUV | 139.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 212 | 0.02 | 0.58 | 0 | 0.17 | 298.03 | 0.59 | 0.59 |
| Hex | D0 | 5A | D4 | 2 | 3A | 0 | 11 | 12A | 3B | 3B |
| Octal | 320 | 132 | 324 | 2 | 72 | 0 | 21 | 452 | 73 | 73 |
| Binary | 11010000 | 1011010 | 11010100 | 10 | 111010 | 0 | 10001 | 100101010 | 111011 | 111011 |
Color Harmonies of #D05AD4
Complementary color
Monochromatic Colors of #D05AD4
Black with #D05AD4
Text Example
Text Example
White with #D05AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AD4; }
p { color: rgb(208,90,212); }
H1.HeaderClassName
{
color: #D05AD4;
}
.AnyTagClassName
{
color: #D05AD4;
}
</style>
background-color css
<style>
a { background-color: #D05AD4; }
a { background-color: rgb(208,90,212); }
div.DivClassName
{
background-color: #D05AD4;
}
.BgClassName
{
background-color: #D05AD4;
}
</style>
border-color css
<style>
span { border-color: #D05AD4; }
span { border-color: rgb(208,90,212); }
td.TdClassName
{
border-color: #D05AD4;
}
.TagClassName
{
border-color: #D05AD4;
}
</style>