Html Css Color HEX #DD4ABC Free Speech Magenta
📋 copy color: '#DD4ABC'red 221 ◦ green 74 ◦ blue 188
Shades of Free Speech Magenta #DD4ABC
Tints of Free Speech Magenta #DD4ABC
RGB
CMYK
RGB Variations
Color information
#DD4ABC (or 0xDD4ABC) is known color: Free Speech Magenta. HEX triplet: DD, 4A and BC. RGB value is (221,74,188). Sum of RGB (Red+Green+Blue) = 221+74+188=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ABC is #22B543. Grayscale: #828282. Windows color (decimal): -2274628 or 12339933. OLE color: 12339933.
HSL color Cylindrical-coordinate representation of color #DD4ABC: hue angle of 313.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4ABC is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 188 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.13 |
| HSL | 313.47º | 0.68% | 0.58% | - |
| HSV(B) | 313.47º | 0.67% | 0.87% | - |
| XYZ | 41.34 | 23.9 | 50.01 | - |
| YUV | 130.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 188 | 0 | 0.67 | 0.15 | 0.13 | 313.47 | 0.68 | 0.58 |
| Hex | DD | 4A | BC | 0 | 43 | F | D | 139 | 44 | 3A |
| Octal | 335 | 112 | 274 | 0 | 103 | 17 | 15 | 471 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10111100 | 0 | 1000011 | 1111 | 1101 | 100111001 | 1000100 | 111010 |
Color Harmonies of #DD4ABC
Complementary color
Monochromatic Colors of #DD4ABC
Black with #DD4ABC
Text Example
Text Example
White with #DD4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4ABC; }
p { color: rgb(221,74,188); }
H1.HeaderClassName
{
color: #DD4ABC;
}
.AnyTagClassName
{
color: #DD4ABC;
}
</style>
background-color css
<style>
a { background-color: #DD4ABC; }
a { background-color: rgb(221,74,188); }
div.DivClassName
{
background-color: #DD4ABC;
}
.BgClassName
{
background-color: #DD4ABC;
}
</style>
border-color css
<style>
span { border-color: #DD4ABC; }
span { border-color: rgb(221,74,188); }
td.TdClassName
{
border-color: #DD4ABC;
}
.TagClassName
{
border-color: #DD4ABC;
}
</style>