Html Css Color HEX #DD5CE0 Free Speech Magenta
📋 copy color: '#DD5CE0'red 221 ◦ green 92 ◦ blue 224
Shades of Free Speech Magenta #DD5CE0
Tints of Free Speech Magenta #DD5CE0
RGB
CMYK
RGB Variations
Color information
#DD5CE0 (or 0xDD5CE0) is known color: Free Speech Magenta. HEX triplet: DD, 5C and E0. RGB value is (221,92,224). Sum of RGB (Red+Green+Blue) = 221+92+224=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD5CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CE0 is #22A31F. Grayscale: #919191. Windows color (decimal): -2269984 or 14703837. OLE color: 14703837.
HSL color Cylindrical-coordinate representation of color #DD5CE0: hue angle of 298.64º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5CE0 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 92 | 224 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.12 |
| HSL | 298.64º | 0.68% | 0.62% | - |
| HSV(B) | 298.64º | 0.59% | 0.88% | - |
| XYZ | 47.1 | 28.41 | 73.52 | - |
| YUV | 145.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 224 | 0.01 | 0.59 | 0 | 0.12 | 298.64 | 0.68 | 0.62 |
| Hex | DD | 5C | E0 | 1 | 3B | 0 | C | 12B | 44 | 3E |
| Octal | 335 | 134 | 340 | 1 | 73 | 0 | 14 | 453 | 104 | 76 |
| Binary | 11011101 | 1011100 | 11100000 | 1 | 111011 | 0 | 1100 | 100101011 | 1000100 | 111110 |
Color Harmonies of #DD5CE0
Complementary color
Monochromatic Colors of #DD5CE0
Black with #DD5CE0
Text Example
Text Example
White with #DD5CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CE0; }
p { color: rgb(221,92,224); }
H1.HeaderClassName
{
color: #DD5CE0;
}
.AnyTagClassName
{
color: #DD5CE0;
}
</style>
background-color css
<style>
a { background-color: #DD5CE0; }
a { background-color: rgb(221,92,224); }
div.DivClassName
{
background-color: #DD5CE0;
}
.BgClassName
{
background-color: #DD5CE0;
}
</style>
border-color css
<style>
span { border-color: #DD5CE0; }
span { border-color: rgb(221,92,224); }
td.TdClassName
{
border-color: #DD5CE0;
}
.TagClassName
{
border-color: #DD5CE0;
}
</style>