Html Css Color HEX #D35ACD Free Speech Magenta
📋 copy color: '#D35ACD'red 211 ◦ green 90 ◦ blue 205
Shades of Free Speech Magenta #D35ACD
Tints of Free Speech Magenta #D35ACD
RGB
CMYK
RGB Variations
Color information
#D35ACD (or 0xD35ACD) is known color: Free Speech Magenta. HEX triplet: D3, 5A and CD. RGB value is (211,90,205). Sum of RGB (Red+Green+Blue) = 211+90+205=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ACD is #2CA532. Grayscale: #8A8A8A. Windows color (decimal): -2925875 or 13458131. OLE color: 13458131.
HSL color Cylindrical-coordinate representation of color #D35ACD: hue angle of 302.98º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35ACD is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 90 | 205 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.17 |
| HSL | 302.98º | 0.58% | 0.59% | - |
| HSV(B) | 302.98º | 0.57% | 0.83% | - |
| XYZ | 41.54 | 25.57 | 60.5 | - |
| YUV | 139.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 90 | 205 | 0 | 0.57 | 0.03 | 0.17 | 302.98 | 0.58 | 0.59 |
| Hex | D3 | 5A | CD | 0 | 39 | 3 | 11 | 12F | 3A | 3B |
| Octal | 323 | 132 | 315 | 0 | 71 | 3 | 21 | 457 | 72 | 73 |
| Binary | 11010011 | 1011010 | 11001101 | 0 | 111001 | 11 | 10001 | 100101111 | 111010 | 111011 |
Color Harmonies of #D35ACD
Complementary color
Monochromatic Colors of #D35ACD
Black with #D35ACD
Text Example
Text Example
White with #D35ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35ACD; }
p { color: rgb(211,90,205); }
H1.HeaderClassName
{
color: #D35ACD;
}
.AnyTagClassName
{
color: #D35ACD;
}
</style>
background-color css
<style>
a { background-color: #D35ACD; }
a { background-color: rgb(211,90,205); }
div.DivClassName
{
background-color: #D35ACD;
}
.BgClassName
{
background-color: #D35ACD;
}
</style>
border-color css
<style>
span { border-color: #D35ACD; }
span { border-color: rgb(211,90,205); }
td.TdClassName
{
border-color: #D35ACD;
}
.TagClassName
{
border-color: #D35ACD;
}
</style>