Html Css Color HEX #DD3CE5 Free Speech Magenta
📋 copy color: '#DD3CE5'red 221 ◦ green 60 ◦ blue 229
Shades of Free Speech Magenta #DD3CE5
Tints of Free Speech Magenta #DD3CE5
RGB
CMYK
RGB Variations
Color information
#DD3CE5 (or 0xDD3CE5) is known color: Free Speech Magenta. HEX triplet: DD, 3C and E5. RGB value is (221,60,229). Sum of RGB (Red+Green+Blue) = 221+60+229=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CE5 is #22C31A. Grayscale: #7E7E7E. Windows color (decimal): -2278171 or 15023325. OLE color: 15023325.
HSL color Cylindrical-coordinate representation of color #DD3CE5: hue angle of 297.16º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3CE5 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 60 | 229 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.10 |
| HSL | 297.16º | 0.76% | 0.57% | - |
| HSV(B) | 297.16º | 0.74% | 0.9% | - |
| XYZ | 45.58 | 24.26 | 76.41 | - |
| YUV | 127.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 229 | 0.03 | 0.74 | 0 | 0.10 | 297.16 | 0.76 | 0.57 |
| Hex | DD | 3C | E5 | 3 | 4A | 0 | A | 129 | 4C | 39 |
| Octal | 335 | 74 | 345 | 3 | 112 | 0 | 12 | 451 | 114 | 71 |
| Binary | 11011101 | 111100 | 11100101 | 11 | 1001010 | 0 | 1010 | 100101001 | 1001100 | 111001 |
Color Harmonies of #DD3CE5
Complementary color
Monochromatic Colors of #DD3CE5
Black with #DD3CE5
Text Example
Text Example
White with #DD3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CE5; }
p { color: rgb(221,60,229); }
H1.HeaderClassName
{
color: #DD3CE5;
}
.AnyTagClassName
{
color: #DD3CE5;
}
</style>
background-color css
<style>
a { background-color: #DD3CE5; }
a { background-color: rgb(221,60,229); }
div.DivClassName
{
background-color: #DD3CE5;
}
.BgClassName
{
background-color: #DD3CE5;
}
</style>
border-color css
<style>
span { border-color: #DD3CE5; }
span { border-color: rgb(221,60,229); }
td.TdClassName
{
border-color: #DD3CE5;
}
.TagClassName
{
border-color: #DD3CE5;
}
</style>