Html Css Color HEX #DD62BC Free Speech Magenta
📋 copy color: '#DD62BC'red 221 ◦ green 98 ◦ blue 188
Shades of Free Speech Magenta #DD62BC
Tints of Free Speech Magenta #DD62BC
RGB
CMYK
RGB Variations
Color information
#DD62BC (or 0xDD62BC) is known color: Free Speech Magenta. HEX triplet: DD, 62 and BC. RGB value is (221,98,188). Sum of RGB (Red+Green+Blue) = 221+98+188=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62BC is #229D43. Grayscale: #909090. Windows color (decimal): -2268484 or 12346077. OLE color: 12346077.
HSL color Cylindrical-coordinate representation of color #DD62BC: hue angle of 316.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62BC is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 188 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.13 |
| HSL | 316.1º | 0.64% | 0.63% | - |
| HSV(B) | 316.1º | 0.56% | 0.87% | - |
| XYZ | 43.26 | 27.74 | 50.65 | - |
| YUV | 145.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 188 | 0 | 0.56 | 0.15 | 0.13 | 316.1 | 0.64 | 0.63 |
| Hex | DD | 62 | BC | 0 | 38 | F | D | 13C | 40 | 3F |
| Octal | 335 | 142 | 274 | 0 | 70 | 17 | 15 | 474 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10111100 | 0 | 111000 | 1111 | 1101 | 100111100 | 1000000 | 111111 |
Color Harmonies of #DD62BC
Complementary color
Monochromatic Colors of #DD62BC
Black with #DD62BC
Text Example
Text Example
White with #DD62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62BC; }
p { color: rgb(221,98,188); }
H1.HeaderClassName
{
color: #DD62BC;
}
.AnyTagClassName
{
color: #DD62BC;
}
</style>
background-color css
<style>
a { background-color: #DD62BC; }
a { background-color: rgb(221,98,188); }
div.DivClassName
{
background-color: #DD62BC;
}
.BgClassName
{
background-color: #DD62BC;
}
</style>
border-color css
<style>
span { border-color: #DD62BC; }
span { border-color: rgb(221,98,188); }
td.TdClassName
{
border-color: #DD62BC;
}
.TagClassName
{
border-color: #DD62BC;
}
</style>