Html Css Color HEX #DD60C2 Free Speech Magenta
📋 copy color: '#DD60C2'red 221 ◦ green 96 ◦ blue 194
Shades of Free Speech Magenta #DD60C2
Tints of Free Speech Magenta #DD60C2
RGB
CMYK
RGB Variations
Color information
#DD60C2 (or 0xDD60C2) is known color: Free Speech Magenta. HEX triplet: DD, 60 and C2. RGB value is (221,96,194). Sum of RGB (Red+Green+Blue) = 221+96+194=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60C2 is #229F3D. Grayscale: #909090. Windows color (decimal): -2268990 or 12738781. OLE color: 12738781.
HSL color Cylindrical-coordinate representation of color #DD60C2: hue angle of 312.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60C2 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 194 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.13 |
| HSL | 312.96º | 0.65% | 0.62% | - |
| HSV(B) | 312.96º | 0.57% | 0.87% | - |
| XYZ | 43.74 | 27.63 | 54.07 | - |
| YUV | 144.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 194 | 0 | 0.57 | 0.12 | 0.13 | 312.96 | 0.65 | 0.62 |
| Hex | DD | 60 | C2 | 0 | 39 | C | D | 139 | 41 | 3E |
| Octal | 335 | 140 | 302 | 0 | 71 | 14 | 15 | 471 | 101 | 76 |
| Binary | 11011101 | 1100000 | 11000010 | 0 | 111001 | 1100 | 1101 | 100111001 | 1000001 | 111110 |
Color Harmonies of #DD60C2
Complementary color
Monochromatic Colors of #DD60C2
Black with #DD60C2
Text Example
Text Example
White with #DD60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60C2; }
p { color: rgb(221,96,194); }
H1.HeaderClassName
{
color: #DD60C2;
}
.AnyTagClassName
{
color: #DD60C2;
}
</style>
background-color css
<style>
a { background-color: #DD60C2; }
a { background-color: rgb(221,96,194); }
div.DivClassName
{
background-color: #DD60C2;
}
.BgClassName
{
background-color: #DD60C2;
}
</style>
border-color css
<style>
span { border-color: #DD60C2; }
span { border-color: rgb(221,96,194); }
td.TdClassName
{
border-color: #DD60C2;
}
.TagClassName
{
border-color: #DD60C2;
}
</style>