Html Css Color HEX #DD41CE Free Speech Magenta
📋 copy color: '#DD41CE'red 221 ◦ green 65 ◦ blue 206
Shades of Free Speech Magenta #DD41CE
Tints of Free Speech Magenta #DD41CE
RGB
CMYK
RGB Variations
Color information
#DD41CE (or 0xDD41CE) is known color: Free Speech Magenta. HEX triplet: DD, 41 and CE. RGB value is (221,65,206). Sum of RGB (Red+Green+Blue) = 221+65+206=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41CE is #22BE31. Grayscale: #7F7F7F. Windows color (decimal): -2276914 or 13517277. OLE color: 13517277.
HSL color Cylindrical-coordinate representation of color #DD41CE: hue angle of 305.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD41CE is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 206 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.13 |
| HSL | 305.77º | 0.7% | 0.56% | - |
| HSV(B) | 305.77º | 0.71% | 0.87% | - |
| XYZ | 42.85 | 23.61 | 60.69 | - |
| YUV | 127.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 206 | 0 | 0.71 | 0.07 | 0.13 | 305.77 | 0.7 | 0.56 |
| Hex | DD | 41 | CE | 0 | 47 | 7 | D | 132 | 46 | 38 |
| Octal | 335 | 101 | 316 | 0 | 107 | 7 | 15 | 462 | 106 | 70 |
| Binary | 11011101 | 1000001 | 11001110 | 0 | 1000111 | 111 | 1101 | 100110010 | 1000110 | 111000 |
Color Harmonies of #DD41CE
Complementary color
Monochromatic Colors of #DD41CE
Black with #DD41CE
Text Example
Text Example
White with #DD41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41CE; }
p { color: rgb(221,65,206); }
H1.HeaderClassName
{
color: #DD41CE;
}
.AnyTagClassName
{
color: #DD41CE;
}
</style>
background-color css
<style>
a { background-color: #DD41CE; }
a { background-color: rgb(221,65,206); }
div.DivClassName
{
background-color: #DD41CE;
}
.BgClassName
{
background-color: #DD41CE;
}
</style>
border-color css
<style>
span { border-color: #DD41CE; }
span { border-color: rgb(221,65,206); }
td.TdClassName
{
border-color: #DD41CE;
}
.TagClassName
{
border-color: #DD41CE;
}
</style>