Html Css Color HEX #DD60E8 Free Speech Magenta
📋 copy color: '#DD60E8'red 221 ◦ green 96 ◦ blue 232
Shades of Free Speech Magenta #DD60E8
Tints of Free Speech Magenta #DD60E8
RGB
CMYK
RGB Variations
Color information
#DD60E8 (or 0xDD60E8) is known color: Free Speech Magenta. HEX triplet: DD, 60 and E8. RGB value is (221,96,232). Sum of RGB (Red+Green+Blue) = 221+96+232=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD60E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD60E8 is #229F17. Grayscale: #949494. Windows color (decimal): -2268952 or 15229149. OLE color: 15229149.
HSL color Cylindrical-coordinate representation of color #DD60E8: hue angle of 295.15º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD60E8 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 96 | 232 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.09 |
| HSL | 295.15º | 0.75% | 0.64% | - |
| HSV(B) | 295.15º | 0.59% | 0.91% | - |
| XYZ | 48.57 | 29.56 | 79.49 | - |
| YUV | 148.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 232 | 0.05 | 0.59 | 0 | 0.09 | 295.15 | 0.75 | 0.64 |
| Hex | DD | 60 | E8 | 5 | 3B | 0 | 9 | 127 | 4B | 40 |
| Octal | 335 | 140 | 350 | 5 | 73 | 0 | 11 | 447 | 113 | 100 |
| Binary | 11011101 | 1100000 | 11101000 | 101 | 111011 | 0 | 1001 | 100100111 | 1001011 | 1000000 |
Color Harmonies of #DD60E8
Complementary color
Monochromatic Colors of #DD60E8
Black with #DD60E8
Text Example
Text Example
White with #DD60E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60E8; }
p { color: rgb(221,96,232); }
H1.HeaderClassName
{
color: #DD60E8;
}
.AnyTagClassName
{
color: #DD60E8;
}
</style>
background-color css
<style>
a { background-color: #DD60E8; }
a { background-color: rgb(221,96,232); }
div.DivClassName
{
background-color: #DD60E8;
}
.BgClassName
{
background-color: #DD60E8;
}
</style>
border-color css
<style>
span { border-color: #DD60E8; }
span { border-color: rgb(221,96,232); }
td.TdClassName
{
border-color: #DD60E8;
}
.TagClassName
{
border-color: #DD60E8;
}
</style>