Html Css Color HEX #DD60E0 Free Speech Magenta
📋 copy color: '#DD60E0'red 221 ◦ green 96 ◦ blue 224
Shades of Free Speech Magenta #DD60E0
Tints of Free Speech Magenta #DD60E0
RGB
CMYK
RGB Variations
Color information
#DD60E0 (or 0xDD60E0) is known color: Free Speech Magenta. HEX triplet: DD, 60 and E0. RGB value is (221,96,224). Sum of RGB (Red+Green+Blue) = 221+96+224=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60E0 is #229F1F. Grayscale: #939393. Windows color (decimal): -2268960 or 14704861. OLE color: 14704861.
HSL color Cylindrical-coordinate representation of color #DD60E0: hue angle of 298.59º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60E0 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 96 | 224 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.12 |
| HSL | 298.59º | 0.67% | 0.63% | - |
| HSV(B) | 298.59º | 0.57% | 0.88% | - |
| XYZ | 47.46 | 29.12 | 73.64 | - |
| YUV | 147.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 224 | 0.01 | 0.57 | 0 | 0.12 | 298.59 | 0.67 | 0.63 |
| Hex | DD | 60 | E0 | 1 | 39 | 0 | C | 12B | 43 | 3F |
| Octal | 335 | 140 | 340 | 1 | 71 | 0 | 14 | 453 | 103 | 77 |
| Binary | 11011101 | 1100000 | 11100000 | 1 | 111001 | 0 | 1100 | 100101011 | 1000011 | 111111 |
Color Harmonies of #DD60E0
Complementary color
Monochromatic Colors of #DD60E0
Black with #DD60E0
Text Example
Text Example
White with #DD60E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60E0; }
p { color: rgb(221,96,224); }
H1.HeaderClassName
{
color: #DD60E0;
}
.AnyTagClassName
{
color: #DD60E0;
}
</style>
background-color css
<style>
a { background-color: #DD60E0; }
a { background-color: rgb(221,96,224); }
div.DivClassName
{
background-color: #DD60E0;
}
.BgClassName
{
background-color: #DD60E0;
}
</style>
border-color css
<style>
span { border-color: #DD60E0; }
span { border-color: rgb(221,96,224); }
td.TdClassName
{
border-color: #DD60E0;
}
.TagClassName
{
border-color: #DD60E0;
}
</style>