Html Css Color HEX #D35DDD Free Speech Magenta
📋 copy color: '#D35DDD'red 211 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #D35DDD
Tints of Free Speech Magenta #D35DDD
RGB
CMYK
RGB Variations
Color information
#D35DDD (or 0xD35DDD) is known color: Free Speech Magenta. HEX triplet: D3, 5D and DD. RGB value is (211,93,221). Sum of RGB (Red+Green+Blue) = 211+93+221=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #D35DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DDD is #2CA222. Grayscale: #8E8E8E. Windows color (decimal): -2925091 or 14507475. OLE color: 14507475.
HSL color Cylindrical-coordinate representation of color #D35DDD: hue angle of 295.31º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35DDD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 93 | 221 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.13 |
| HSL | 295.31º | 0.65% | 0.62% | - |
| HSV(B) | 295.31º | 0.58% | 0.87% | - |
| XYZ | 43.83 | 26.9 | 71.29 | - |
| YUV | 142.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 221 | 0.05 | 0.58 | 0 | 0.13 | 295.31 | 0.65 | 0.62 |
| Hex | D3 | 5D | DD | 5 | 3A | 0 | D | 127 | 41 | 3E |
| Octal | 323 | 135 | 335 | 5 | 72 | 0 | 15 | 447 | 101 | 76 |
| Binary | 11010011 | 1011101 | 11011101 | 101 | 111010 | 0 | 1101 | 100100111 | 1000001 | 111110 |
Color Harmonies of #D35DDD
Complementary color
Monochromatic Colors of #D35DDD
Black with #D35DDD
Text Example
Text Example
White with #D35DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DDD; }
p { color: rgb(211,93,221); }
H1.HeaderClassName
{
color: #D35DDD;
}
.AnyTagClassName
{
color: #D35DDD;
}
</style>
background-color css
<style>
a { background-color: #D35DDD; }
a { background-color: rgb(211,93,221); }
div.DivClassName
{
background-color: #D35DDD;
}
.BgClassName
{
background-color: #D35DDD;
}
</style>
border-color css
<style>
span { border-color: #D35DDD; }
span { border-color: rgb(211,93,221); }
td.TdClassName
{
border-color: #D35DDD;
}
.TagClassName
{
border-color: #D35DDD;
}
</style>