Html Css Color HEX #DD4AC0 Free Speech Magenta
📋 copy color: '#DD4AC0'red 221 ◦ green 74 ◦ blue 192
Shades of Free Speech Magenta #DD4AC0
Tints of Free Speech Magenta #DD4AC0
RGB
CMYK
RGB Variations
Color information
#DD4AC0 (or 0xDD4AC0) is known color: Free Speech Magenta. HEX triplet: DD, 4A and C0. RGB value is (221,74,192). Sum of RGB (Red+Green+Blue) = 221+74+192=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AC0 is #22B53F. Grayscale: #838383. Windows color (decimal): -2274624 or 12602077. OLE color: 12602077.
HSL color Cylindrical-coordinate representation of color #DD4AC0: hue angle of 311.84º 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 #DD4AC0 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 74 | 192 | - |
CMYK | 0 | 0.67 | 0.13 | 0.13 |
HSL | 311.84º | 0.68% | 0.58% | - |
HSV(B) | 311.84º | 0.67% | 0.87% | - |
XYZ | 41.78 | 24.08 | 52.31 | - |
YUV | 131.41 | 162.2 | 191.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 74 | 192 | 0 | 0.67 | 0.13 | 0.13 | 311.84 | 0.68 | 0.58 |
Hex | DD | 4A | C0 | 0 | 43 | D | D | 138 | 44 | 3A |
Octal | 335 | 112 | 300 | 0 | 103 | 15 | 15 | 470 | 104 | 72 |
Binary | 11011101 | 1001010 | 11000000 | 0 | 1000011 | 1101 | 1101 | 100111000 | 1000100 | 111010 |
Color Harmonies of #DD4AC0
Complementary color
Monochromatic Colors of #DD4AC0
Black with #DD4AC0
Text Example
Text Example
White with #DD4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AC0; }
p { color: rgb(221,74,192); }
H1.HeaderClassName
{
color: #DD4AC0;
}
.AnyTagClassName
{
color: #DD4AC0;
}
</style>
background-color css
<style>
a { background-color: #DD4AC0; }
a { background-color: rgb(221,74,192); }
div.DivClassName
{
background-color: #DD4AC0;
}
.BgClassName
{
background-color: #DD4AC0;
}
</style>
border-color css
<style>
span { border-color: #DD4AC0; }
span { border-color: rgb(221,74,192); }
td.TdClassName
{
border-color: #DD4AC0;
}
.TagClassName
{
border-color: #DD4AC0;
}
</style>