Html Css Color HEX #DD33DD Free Speech Magenta
📋 copy color: '#DD33DD'red 221 ◦ green 51 ◦ blue 221
Shades of Free Speech Magenta #DD33DD
Tints of Free Speech Magenta #DD33DD
RGB
CMYK
RGB Variations
Color information
#DD33DD (or 0xDD33DD) is known color: Free Speech Magenta. HEX triplet: DD, 33 and DD. RGB value is (221,51,221). Sum of RGB (Red+Green+Blue) = 221+51+221=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33DD is #22CC22. Grayscale: #787878. Windows color (decimal): -2280483 or 14496733. OLE color: 14496733.
HSL color Cylindrical-coordinate representation of color #DD33DD: hue angle of 300º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33DD is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 51 | 221 | - |
CMYK | 0 | 0.77 | 0 | 0.13 |
HSL | 300º | 0.71% | 0.53% | - |
HSV(B) | 300º | 0.77% | 0.87% | - |
XYZ | 44.05 | 22.96 | 70.52 | - |
YUV | 121.21 | 184.32 | 199.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 51 | 221 | 0 | 0.77 | 0 | 0.13 | 300 | 0.71 | 0.53 |
Hex | DD | 33 | DD | 0 | 4D | 0 | D | 12C | 47 | 35 |
Octal | 335 | 63 | 335 | 0 | 115 | 0 | 15 | 454 | 107 | 65 |
Binary | 11011101 | 110011 | 11011101 | 0 | 1001101 | 0 | 1101 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DD33DD
Complementary color
Monochromatic Colors of #DD33DD
Black with #DD33DD
Text Example
Text Example
White with #DD33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33DD; }
p { color: rgb(221,51,221); }
H1.HeaderClassName
{
color: #DD33DD;
}
.AnyTagClassName
{
color: #DD33DD;
}
</style>
background-color css
<style>
a { background-color: #DD33DD; }
a { background-color: rgb(221,51,221); }
div.DivClassName
{
background-color: #DD33DD;
}
.BgClassName
{
background-color: #DD33DD;
}
</style>
border-color css
<style>
span { border-color: #DD33DD; }
span { border-color: rgb(221,51,221); }
td.TdClassName
{
border-color: #DD33DD;
}
.TagClassName
{
border-color: #DD33DD;
}
</style>