Html Css Color HEX #DD4CC9 Free Speech Magenta
📋 copy color: '#DD4CC9'red 221 ◦ green 76 ◦ blue 201
Shades of Free Speech Magenta #DD4CC9
Tints of Free Speech Magenta #DD4CC9
RGB
CMYK
RGB Variations
Color information
#DD4CC9 (or 0xDD4CC9) is known color: Free Speech Magenta. HEX triplet: DD, 4C and C9. RGB value is (221,76,201). Sum of RGB (Red+Green+Blue) = 221+76+201=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CC9 is #22B336. Grayscale: #858585. Windows color (decimal): -2274103 or 13192413. OLE color: 13192413.
HSL color Cylindrical-coordinate representation of color #DD4CC9: hue angle of 308.28º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CC9 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 76 | 201 | - |
CMYK | 0 | 0.66 | 0.09 | 0.13 |
HSL | 308.28º | 0.68% | 0.58% | - |
HSV(B) | 308.28º | 0.66% | 0.87% | - |
XYZ | 42.95 | 24.76 | 57.77 | - |
YUV | 133.61 | 166.04 | 190.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 76 | 201 | 0 | 0.66 | 0.09 | 0.13 | 308.28 | 0.68 | 0.58 |
Hex | DD | 4C | C9 | 0 | 42 | 9 | D | 134 | 44 | 3A |
Octal | 335 | 114 | 311 | 0 | 102 | 11 | 15 | 464 | 104 | 72 |
Binary | 11011101 | 1001100 | 11001001 | 0 | 1000010 | 1001 | 1101 | 100110100 | 1000100 | 111010 |
Color Harmonies of #DD4CC9
Complementary color
Monochromatic Colors of #DD4CC9
Black with #DD4CC9
Text Example
Text Example
White with #DD4CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CC9; }
p { color: rgb(221,76,201); }
H1.HeaderClassName
{
color: #DD4CC9;
}
.AnyTagClassName
{
color: #DD4CC9;
}
</style>
background-color css
<style>
a { background-color: #DD4CC9; }
a { background-color: rgb(221,76,201); }
div.DivClassName
{
background-color: #DD4CC9;
}
.BgClassName
{
background-color: #DD4CC9;
}
</style>
border-color css
<style>
span { border-color: #DD4CC9; }
span { border-color: rgb(221,76,201); }
td.TdClassName
{
border-color: #DD4CC9;
}
.TagClassName
{
border-color: #DD4CC9;
}
</style>