Html Css Color HEX #DD40CF Free Speech Magenta
📋 copy color: '#DD40CF'red 221 ◦ green 64 ◦ blue 207
Shades of Free Speech Magenta #DD40CF
Tints of Free Speech Magenta #DD40CF
RGB
CMYK
RGB Variations
Color information
#DD40CF (or 0xDD40CF) is known color: Free Speech Magenta. HEX triplet: DD, 40 and CF. RGB value is (221,64,207). Sum of RGB (Red+Green+Blue) = 221+64+207=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40CF is #22BF30. Grayscale: #7E7E7E. Windows color (decimal): -2277169 or 13582557. OLE color: 13582557.
HSL color Cylindrical-coordinate representation of color #DD40CF: hue angle of 305.35º 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 #DD40CF is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 207 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.13 |
| HSL | 305.35º | 0.7% | 0.56% | - |
| HSV(B) | 305.35º | 0.71% | 0.87% | - |
| XYZ | 42.91 | 23.54 | 61.31 | - |
| YUV | 127.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 207 | 0 | 0.71 | 0.06 | 0.13 | 305.35 | 0.7 | 0.56 |
| Hex | DD | 40 | CF | 0 | 47 | 6 | D | 131 | 46 | 38 |
| Octal | 335 | 100 | 317 | 0 | 107 | 6 | 15 | 461 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11001111 | 0 | 1000111 | 110 | 1101 | 100110001 | 1000110 | 111000 |
Color Harmonies of #DD40CF
Complementary color
Monochromatic Colors of #DD40CF
Black with #DD40CF
Text Example
Text Example
White with #DD40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40CF; }
p { color: rgb(221,64,207); }
H1.HeaderClassName
{
color: #DD40CF;
}
.AnyTagClassName
{
color: #DD40CF;
}
</style>
background-color css
<style>
a { background-color: #DD40CF; }
a { background-color: rgb(221,64,207); }
div.DivClassName
{
background-color: #DD40CF;
}
.BgClassName
{
background-color: #DD40CF;
}
</style>
border-color css
<style>
span { border-color: #DD40CF; }
span { border-color: rgb(221,64,207); }
td.TdClassName
{
border-color: #DD40CF;
}
.TagClassName
{
border-color: #DD40CF;
}
</style>