Html Css Color HEX #DD5CCE Free Speech Magenta
📋 copy color: '#DD5CCE'red 221 ◦ green 92 ◦ blue 206
Shades of Free Speech Magenta #DD5CCE
Tints of Free Speech Magenta #DD5CCE
RGB
CMYK
RGB Variations
Color information
#DD5CCE (or 0xDD5CCE) is known color: Free Speech Magenta. HEX triplet: DD, 5C and CE. RGB value is (221,92,206). Sum of RGB (Red+Green+Blue) = 221+92+206=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CCE is #22A331. Grayscale: #8F8F8F. Windows color (decimal): -2270002 or 13524189. OLE color: 13524189.
HSL color Cylindrical-coordinate representation of color #DD5CCE: hue angle of 306.98º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5CCE is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 206 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.13 |
| HSL | 306.98º | 0.65% | 0.61% | - |
| HSV(B) | 306.98º | 0.58% | 0.87% | - |
| XYZ | 44.79 | 27.48 | 61.34 | - |
| YUV | 143.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 206 | 0 | 0.58 | 0.07 | 0.13 | 306.98 | 0.65 | 0.61 |
| Hex | DD | 5C | CE | 0 | 3A | 7 | D | 133 | 41 | 3D |
| Octal | 335 | 134 | 316 | 0 | 72 | 7 | 15 | 463 | 101 | 75 |
| Binary | 11011101 | 1011100 | 11001110 | 0 | 111010 | 111 | 1101 | 100110011 | 1000001 | 111101 |
Color Harmonies of #DD5CCE
Complementary color
Monochromatic Colors of #DD5CCE
Black with #DD5CCE
Text Example
Text Example
White with #DD5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CCE; }
p { color: rgb(221,92,206); }
H1.HeaderClassName
{
color: #DD5CCE;
}
.AnyTagClassName
{
color: #DD5CCE;
}
</style>
background-color css
<style>
a { background-color: #DD5CCE; }
a { background-color: rgb(221,92,206); }
div.DivClassName
{
background-color: #DD5CCE;
}
.BgClassName
{
background-color: #DD5CCE;
}
</style>
border-color css
<style>
span { border-color: #DD5CCE; }
span { border-color: rgb(221,92,206); }
td.TdClassName
{
border-color: #DD5CCE;
}
.TagClassName
{
border-color: #DD5CCE;
}
</style>