Html Css Color HEX #D05ADC Free Speech Magenta
📋 copy color: '#D05ADC'red 208 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #D05ADC
Tints of Free Speech Magenta #D05ADC
RGB
CMYK
RGB Variations
Color information
#D05ADC (or 0xD05ADC) is known color: Free Speech Magenta. HEX triplet: D0, 5A and DC. RGB value is (208,90,220). Sum of RGB (Red+Green+Blue) = 208+90+220=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #D05ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ADC is #2FA523. Grayscale: #8B8B8B. Windows color (decimal): -3122468 or 14441168. OLE color: 14441168.
HSL color Cylindrical-coordinate representation of color #D05ADC: hue angle of 294.46º degrees, saturation: 0.65, 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 #D05ADC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 90 | 220 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.14 |
| HSL | 294.46º | 0.65% | 0.61% | - |
| HSV(B) | 294.46º | 0.59% | 0.86% | - |
| XYZ | 42.59 | 25.89 | 70.46 | - |
| YUV | 140.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 220 | 0.05 | 0.59 | 0 | 0.14 | 294.46 | 0.65 | 0.61 |
| Hex | D0 | 5A | DC | 5 | 3B | 0 | E | 126 | 41 | 3D |
| Octal | 320 | 132 | 334 | 5 | 73 | 0 | 16 | 446 | 101 | 75 |
| Binary | 11010000 | 1011010 | 11011100 | 101 | 111011 | 0 | 1110 | 100100110 | 1000001 | 111101 |
Color Harmonies of #D05ADC
Complementary color
Monochromatic Colors of #D05ADC
Black with #D05ADC
Text Example
Text Example
White with #D05ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05ADC; }
p { color: rgb(208,90,220); }
H1.HeaderClassName
{
color: #D05ADC;
}
.AnyTagClassName
{
color: #D05ADC;
}
</style>
background-color css
<style>
a { background-color: #D05ADC; }
a { background-color: rgb(208,90,220); }
div.DivClassName
{
background-color: #D05ADC;
}
.BgClassName
{
background-color: #D05ADC;
}
</style>
border-color css
<style>
span { border-color: #D05ADC; }
span { border-color: rgb(208,90,220); }
td.TdClassName
{
border-color: #D05ADC;
}
.TagClassName
{
border-color: #D05ADC;
}
</style>