Html Css Color HEX #DD40C9 Free Speech Magenta
📋 copy color: '#DD40C9'red 221 ◦ green 64 ◦ blue 201
Shades of Free Speech Magenta #DD40C9
Tints of Free Speech Magenta #DD40C9
RGB
CMYK
RGB Variations
Color information
#DD40C9 (or 0xDD40C9) is known color: Free Speech Magenta. HEX triplet: DD, 40 and C9. RGB value is (221,64,201). Sum of RGB (Red+Green+Blue) = 221+64+201=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40C9 is #22BF36. Grayscale: #7E7E7E. Windows color (decimal): -2277175 or 13189341. OLE color: 13189341.
HSL color Cylindrical-coordinate representation of color #DD40C9: hue angle of 307.64º 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 #DD40C9 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 201 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.13 |
| HSL | 307.64º | 0.7% | 0.56% | - |
| HSV(B) | 307.64º | 0.71% | 0.87% | - |
| XYZ | 42.19 | 23.26 | 57.52 | - |
| YUV | 126.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 201 | 0 | 0.71 | 0.09 | 0.13 | 307.64 | 0.7 | 0.56 |
| Hex | DD | 40 | C9 | 0 | 47 | 9 | D | 134 | 46 | 38 |
| Octal | 335 | 100 | 311 | 0 | 107 | 11 | 15 | 464 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11001001 | 0 | 1000111 | 1001 | 1101 | 100110100 | 1000110 | 111000 |
Color Harmonies of #DD40C9
Complementary color
Monochromatic Colors of #DD40C9
Black with #DD40C9
Text Example
Text Example
White with #DD40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40C9; }
p { color: rgb(221,64,201); }
H1.HeaderClassName
{
color: #DD40C9;
}
.AnyTagClassName
{
color: #DD40C9;
}
</style>
background-color css
<style>
a { background-color: #DD40C9; }
a { background-color: rgb(221,64,201); }
div.DivClassName
{
background-color: #DD40C9;
}
.BgClassName
{
background-color: #DD40C9;
}
</style>
border-color css
<style>
span { border-color: #DD40C9; }
span { border-color: rgb(221,64,201); }
td.TdClassName
{
border-color: #DD40C9;
}
.TagClassName
{
border-color: #DD40C9;
}
</style>