Html Css Color HEX #DD52E2 Free Speech Magenta
📋 copy color: '#DD52E2'red 221 ◦ green 82 ◦ blue 226
Shades of Free Speech Magenta #DD52E2
Tints of Free Speech Magenta #DD52E2
RGB
CMYK
RGB Variations
Color information
#DD52E2 (or 0xDD52E2) is known color: Free Speech Magenta. HEX triplet: DD, 52 and E2. RGB value is (221,82,226). Sum of RGB (Red+Green+Blue) = 221+82+226=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD52E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52E2 is #22AD1D. Grayscale: #8B8B8B. Windows color (decimal): -2272542 or 14832349. OLE color: 14832349.
HSL color Cylindrical-coordinate representation of color #DD52E2: hue angle of 297.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD52E2 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 82 | 226 | - |
CMYK | 0.02 | 0.64 | 0 | 0.11 |
HSL | 297.92º | 0.71% | 0.6% | - |
HSV(B) | 297.92º | 0.64% | 0.89% | - |
XYZ | 46.56 | 26.9 | 74.69 | - |
YUV | 139.98 | 176.55 | 185.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 82 | 226 | 0.02 | 0.64 | 0 | 0.11 | 297.92 | 0.71 | 0.6 |
Hex | DD | 52 | E2 | 2 | 40 | 0 | B | 12A | 47 | 3C |
Octal | 335 | 122 | 342 | 2 | 100 | 0 | 13 | 452 | 107 | 74 |
Binary | 11011101 | 1010010 | 11100010 | 10 | 1000000 | 0 | 1011 | 100101010 | 1000111 | 111100 |
Color Harmonies of #DD52E2
Complementary color
Monochromatic Colors of #DD52E2
Black with #DD52E2
Text Example
Text Example
White with #DD52E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52E2; }
p { color: rgb(221,82,226); }
H1.HeaderClassName
{
color: #DD52E2;
}
.AnyTagClassName
{
color: #DD52E2;
}
</style>
background-color css
<style>
a { background-color: #DD52E2; }
a { background-color: rgb(221,82,226); }
div.DivClassName
{
background-color: #DD52E2;
}
.BgClassName
{
background-color: #DD52E2;
}
</style>
border-color css
<style>
span { border-color: #DD52E2; }
span { border-color: rgb(221,82,226); }
td.TdClassName
{
border-color: #DD52E2;
}
.TagClassName
{
border-color: #DD52E2;
}
</style>