Html Css Color HEX #DD40CB Free Speech Magenta
📋 copy color: '#DD40CB'red 221 ◦ green 64 ◦ blue 203
Shades of Free Speech Magenta #DD40CB
Tints of Free Speech Magenta #DD40CB
RGB
CMYK
RGB Variations
Color information
#DD40CB (or 0xDD40CB) is known color: Free Speech Magenta. HEX triplet: DD, 40 and CB. RGB value is (221,64,203). Sum of RGB (Red+Green+Blue) = 221+64+203=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40CB is #22BF34. Grayscale: #7E7E7E. Windows color (decimal): -2277173 or 13320413. OLE color: 13320413.
HSL color Cylindrical-coordinate representation of color #DD40CB: hue angle of 306.88º 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 #DD40CB is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 203 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.13 |
| HSL | 306.88º | 0.7% | 0.56% | - |
| HSV(B) | 306.88º | 0.71% | 0.87% | - |
| XYZ | 42.43 | 23.35 | 58.77 | - |
| YUV | 126.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 203 | 0 | 0.71 | 0.08 | 0.13 | 306.88 | 0.7 | 0.56 |
| Hex | DD | 40 | CB | 0 | 47 | 8 | D | 133 | 46 | 38 |
| Octal | 335 | 100 | 313 | 0 | 107 | 10 | 15 | 463 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11001011 | 0 | 1000111 | 1000 | 1101 | 100110011 | 1000110 | 111000 |
Color Harmonies of #DD40CB
Complementary color
Monochromatic Colors of #DD40CB
Black with #DD40CB
Text Example
Text Example
White with #DD40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40CB; }
p { color: rgb(221,64,203); }
H1.HeaderClassName
{
color: #DD40CB;
}
.AnyTagClassName
{
color: #DD40CB;
}
</style>
background-color css
<style>
a { background-color: #DD40CB; }
a { background-color: rgb(221,64,203); }
div.DivClassName
{
background-color: #DD40CB;
}
.BgClassName
{
background-color: #DD40CB;
}
</style>
border-color css
<style>
span { border-color: #DD40CB; }
span { border-color: rgb(221,64,203); }
td.TdClassName
{
border-color: #DD40CB;
}
.TagClassName
{
border-color: #DD40CB;
}
</style>