Html Css Color HEX #DD5EDD Free Speech Magenta
📋 copy color: '#DD5EDD'red 221 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #DD5EDD
Tints of Free Speech Magenta #DD5EDD
RGB
CMYK
RGB Variations
Color information
#DD5EDD (or 0xDD5EDD) is known color: Free Speech Magenta. HEX triplet: DD, 5E and DD. RGB value is (221,94,221). Sum of RGB (Red+Green+Blue) = 221+94+221=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EDD is #22A122. Grayscale: #929292. Windows color (decimal): -2269475 or 14507741. OLE color: 14507741.
HSL color Cylindrical-coordinate representation of color #DD5EDD: hue angle of 300º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5EDD is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 94 | 221 | - |
CMYK | 0 | 0.57 | 0 | 0.13 |
HSL | 300º | 0.65% | 0.62% | - |
HSV(B) | 300º | 0.57% | 0.87% | - |
XYZ | 46.87 | 28.6 | 71.46 | - |
YUV | 146.45 | 170.08 | 181.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 94 | 221 | 0 | 0.57 | 0 | 0.13 | 300 | 0.65 | 0.62 |
Hex | DD | 5E | DD | 0 | 39 | 0 | D | 12C | 41 | 3E |
Octal | 335 | 136 | 335 | 0 | 71 | 0 | 15 | 454 | 101 | 76 |
Binary | 11011101 | 1011110 | 11011101 | 0 | 111001 | 0 | 1101 | 100101100 | 1000001 | 111110 |
Color Harmonies of #DD5EDD
Complementary color
Monochromatic Colors of #DD5EDD
Black with #DD5EDD
Text Example
Text Example
White with #DD5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EDD; }
p { color: rgb(221,94,221); }
H1.HeaderClassName
{
color: #DD5EDD;
}
.AnyTagClassName
{
color: #DD5EDD;
}
</style>
background-color css
<style>
a { background-color: #DD5EDD; }
a { background-color: rgb(221,94,221); }
div.DivClassName
{
background-color: #DD5EDD;
}
.BgClassName
{
background-color: #DD5EDD;
}
</style>
border-color css
<style>
span { border-color: #DD5EDD; }
span { border-color: rgb(221,94,221); }
td.TdClassName
{
border-color: #DD5EDD;
}
.TagClassName
{
border-color: #DD5EDD;
}
</style>