Html Css Color HEX #DD62DF Free Speech Magenta
📋 copy color: '#DD62DF'red 221 ◦ green 98 ◦ blue 223
Shades of Free Speech Magenta #DD62DF
Tints of Free Speech Magenta #DD62DF
RGB
CMYK
RGB Variations
Color information
#DD62DF (or 0xDD62DF) is known color: Free Speech Magenta. HEX triplet: DD, 62 and DF. RGB value is (221,98,223). Sum of RGB (Red+Green+Blue) = 221+98+223=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62DF is #229D20. Grayscale: #949494. Windows color (decimal): -2268449 or 14639837. OLE color: 14639837.
HSL color Cylindrical-coordinate representation of color #DD62DF: hue angle of 299.04º degrees, saturation: 0.66, 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 #DD62DF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 223 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.13 |
| HSL | 299.04º | 0.66% | 0.63% | - |
| HSV(B) | 299.04º | 0.56% | 0.87% | - |
| XYZ | 47.51 | 29.44 | 72.99 | - |
| YUV | 149.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 223 | 0.01 | 0.56 | 0 | 0.13 | 299.04 | 0.66 | 0.63 |
| Hex | DD | 62 | DF | 1 | 38 | 0 | D | 12B | 42 | 3F |
| Octal | 335 | 142 | 337 | 1 | 70 | 0 | 15 | 453 | 102 | 77 |
| Binary | 11011101 | 1100010 | 11011111 | 1 | 111000 | 0 | 1101 | 100101011 | 1000010 | 111111 |
Color Harmonies of #DD62DF
Complementary color
Monochromatic Colors of #DD62DF
Black with #DD62DF
Text Example
Text Example
White with #DD62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62DF; }
p { color: rgb(221,98,223); }
H1.HeaderClassName
{
color: #DD62DF;
}
.AnyTagClassName
{
color: #DD62DF;
}
</style>
background-color css
<style>
a { background-color: #DD62DF; }
a { background-color: rgb(221,98,223); }
div.DivClassName
{
background-color: #DD62DF;
}
.BgClassName
{
background-color: #DD62DF;
}
</style>
border-color css
<style>
span { border-color: #DD62DF; }
span { border-color: rgb(221,98,223); }
td.TdClassName
{
border-color: #DD62DF;
}
.TagClassName
{
border-color: #DD62DF;
}
</style>