Html Css Color HEX #DD62CB Free Speech Magenta
📋 copy color: '#DD62CB'red 221 ◦ green 98 ◦ blue 203
Shades of Free Speech Magenta #DD62CB
Tints of Free Speech Magenta #DD62CB
RGB
CMYK
RGB Variations
Color information
#DD62CB (or 0xDD62CB) is known color: Free Speech Magenta. HEX triplet: DD, 62 and CB. RGB value is (221,98,203). Sum of RGB (Red+Green+Blue) = 221+98+203=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62CB is #229D34. Grayscale: #929292. Windows color (decimal): -2268469 or 13329117. OLE color: 13329117.
HSL color Cylindrical-coordinate representation of color #DD62CB: hue angle of 308.78º 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 #DD62CB is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 203 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.13 |
| HSL | 308.78º | 0.64% | 0.63% | - |
| HSV(B) | 308.78º | 0.56% | 0.87% | - |
| XYZ | 44.97 | 28.42 | 59.62 | - |
| YUV | 146.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 203 | 0 | 0.56 | 0.08 | 0.13 | 308.78 | 0.64 | 0.63 |
| Hex | DD | 62 | CB | 0 | 38 | 8 | D | 135 | 40 | 3F |
| Octal | 335 | 142 | 313 | 0 | 70 | 10 | 15 | 465 | 100 | 77 |
| Binary | 11011101 | 1100010 | 11001011 | 0 | 111000 | 1000 | 1101 | 100110101 | 1000000 | 111111 |
Color Harmonies of #DD62CB
Complementary color
Monochromatic Colors of #DD62CB
Black with #DD62CB
Text Example
Text Example
White with #DD62CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62CB; }
p { color: rgb(221,98,203); }
H1.HeaderClassName
{
color: #DD62CB;
}
.AnyTagClassName
{
color: #DD62CB;
}
</style>
background-color css
<style>
a { background-color: #DD62CB; }
a { background-color: rgb(221,98,203); }
div.DivClassName
{
background-color: #DD62CB;
}
.BgClassName
{
background-color: #DD62CB;
}
</style>
border-color css
<style>
span { border-color: #DD62CB; }
span { border-color: rgb(221,98,203); }
td.TdClassName
{
border-color: #DD62CB;
}
.TagClassName
{
border-color: #DD62CB;
}
</style>