Html Css Color HEX #DD62DC Free Speech Magenta
📋 copy color: '#DD62DC'red 221 ◦ green 98 ◦ blue 220
Shades of Free Speech Magenta #DD62DC
Tints of Free Speech Magenta #DD62DC
RGB
CMYK
RGB Variations
Color information
#DD62DC (or 0xDD62DC) is known color: Free Speech Magenta. HEX triplet: DD, 62 and DC. RGB value is (221,98,220). Sum of RGB (Red+Green+Blue) = 221+98+220=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 98 (38.67% from 255 or 18.18% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62DC is #229D23. Grayscale: #949494. Windows color (decimal): -2268452 or 14443229. OLE color: 14443229.
HSL color Cylindrical-coordinate representation of color #DD62DC: hue angle of 300.49º 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 #DD62DC is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 220 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.13 |
| HSL | 300.49º | 0.64% | 0.63% | - |
| HSV(B) | 300.49º | 0.56% | 0.87% | - |
| XYZ | 47.1 | 29.27 | 70.88 | - |
| YUV | 148.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 220 | 0 | 0.56 | 0.00 | 0.13 | 300.49 | 0.64 | 0.63 |
| Hex | DD | 62 | DC | 0 | 38 | 0 | D | 12C | 40 | 3F |
| Octal | 335 | 142 | 334 | 0 | 70 | 0 | 15 | 454 | 100 | 77 |
| Binary | 11011101 | 1100010 | 11011100 | 0 | 111000 | 0 | 1101 | 100101100 | 1000000 | 111111 |
Color Harmonies of #DD62DC
Complementary color
Monochromatic Colors of #DD62DC
Black with #DD62DC
Text Example
Text Example
White with #DD62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62DC; }
p { color: rgb(221,98,220); }
H1.HeaderClassName
{
color: #DD62DC;
}
.AnyTagClassName
{
color: #DD62DC;
}
</style>
background-color css
<style>
a { background-color: #DD62DC; }
a { background-color: rgb(221,98,220); }
div.DivClassName
{
background-color: #DD62DC;
}
.BgClassName
{
background-color: #DD62DC;
}
</style>
border-color css
<style>
span { border-color: #DD62DC; }
span { border-color: rgb(221,98,220); }
td.TdClassName
{
border-color: #DD62DC;
}
.TagClassName
{
border-color: #DD62DC;
}
</style>