Html Css Color HEX #DD60BC Free Speech Magenta
📋 copy color: '#DD60BC'red 221 ◦ green 96 ◦ blue 188
Shades of Free Speech Magenta #DD60BC
Tints of Free Speech Magenta #DD60BC
RGB
CMYK
RGB Variations
Color information
#DD60BC (or 0xDD60BC) is known color: Free Speech Magenta. HEX triplet: DD, 60 and BC. RGB value is (221,96,188). Sum of RGB (Red+Green+Blue) = 221+96+188=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60BC is #229F43. Grayscale: #8F8F8F. Windows color (decimal): -2268996 or 12345565. OLE color: 12345565.
HSL color Cylindrical-coordinate representation of color #DD60BC: hue angle of 315.84º 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 #DD60BC is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 188 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.13 |
| HSL | 315.84º | 0.65% | 0.62% | - |
| HSV(B) | 315.84º | 0.57% | 0.87% | - |
| XYZ | 43.08 | 27.37 | 50.59 | - |
| YUV | 143.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 188 | 0 | 0.57 | 0.15 | 0.13 | 315.84 | 0.65 | 0.62 |
| Hex | DD | 60 | BC | 0 | 39 | F | D | 13C | 41 | 3E |
| Octal | 335 | 140 | 274 | 0 | 71 | 17 | 15 | 474 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10111100 | 0 | 111001 | 1111 | 1101 | 100111100 | 1000001 | 111110 |
Color Harmonies of #DD60BC
Complementary color
Monochromatic Colors of #DD60BC
Black with #DD60BC
Text Example
Text Example
White with #DD60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60BC; }
p { color: rgb(221,96,188); }
H1.HeaderClassName
{
color: #DD60BC;
}
.AnyTagClassName
{
color: #DD60BC;
}
</style>
background-color css
<style>
a { background-color: #DD60BC; }
a { background-color: rgb(221,96,188); }
div.DivClassName
{
background-color: #DD60BC;
}
.BgClassName
{
background-color: #DD60BC;
}
</style>
border-color css
<style>
span { border-color: #DD60BC; }
span { border-color: rgb(221,96,188); }
td.TdClassName
{
border-color: #DD60BC;
}
.TagClassName
{
border-color: #DD60BC;
}
</style>