Html Css Color HEX #DD60D0 Free Speech Magenta
📋 copy color: '#DD60D0'red 221 ◦ green 96 ◦ blue 208
Shades of Free Speech Magenta #DD60D0
Tints of Free Speech Magenta #DD60D0
RGB
CMYK
RGB Variations
Color information
#DD60D0 (or 0xDD60D0) is known color: Free Speech Magenta. HEX triplet: DD, 60 and D0. RGB value is (221,96,208). Sum of RGB (Red+Green+Blue) = 221+96+208=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60D0 is #229F2F. Grayscale: #919191. Windows color (decimal): -2268976 or 13656285. OLE color: 13656285.
HSL color Cylindrical-coordinate representation of color #DD60D0: hue angle of 306.24º 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 #DD60D0 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 208 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.13 |
| HSL | 306.24º | 0.65% | 0.62% | - |
| HSV(B) | 306.24º | 0.57% | 0.87% | - |
| XYZ | 45.39 | 28.29 | 62.74 | - |
| YUV | 146.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 208 | 0 | 0.57 | 0.06 | 0.13 | 306.24 | 0.65 | 0.62 |
| Hex | DD | 60 | D0 | 0 | 39 | 6 | D | 132 | 41 | 3E |
| Octal | 335 | 140 | 320 | 0 | 71 | 6 | 15 | 462 | 101 | 76 |
| Binary | 11011101 | 1100000 | 11010000 | 0 | 111001 | 110 | 1101 | 100110010 | 1000001 | 111110 |
Color Harmonies of #DD60D0
Complementary color
Monochromatic Colors of #DD60D0
Black with #DD60D0
Text Example
Text Example
White with #DD60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60D0; }
p { color: rgb(221,96,208); }
H1.HeaderClassName
{
color: #DD60D0;
}
.AnyTagClassName
{
color: #DD60D0;
}
</style>
background-color css
<style>
a { background-color: #DD60D0; }
a { background-color: rgb(221,96,208); }
div.DivClassName
{
background-color: #DD60D0;
}
.BgClassName
{
background-color: #DD60D0;
}
</style>
border-color css
<style>
span { border-color: #DD60D0; }
span { border-color: rgb(221,96,208); }
td.TdClassName
{
border-color: #DD60D0;
}
.TagClassName
{
border-color: #DD60D0;
}
</style>