Html Css Color HEX #DD5DC5 Free Speech Magenta
📋 copy color: '#DD5DC5'red 221 ◦ green 93 ◦ blue 197
Shades of Free Speech Magenta #DD5DC5
Tints of Free Speech Magenta #DD5DC5
RGB
CMYK
RGB Variations
Color information
#DD5DC5 (or 0xDD5DC5) is known color: Free Speech Magenta. HEX triplet: DD, 5D and C5. RGB value is (221,93,197). Sum of RGB (Red+Green+Blue) = 221+93+197=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC5 is #22A23A. Grayscale: #8E8E8E. Windows color (decimal): -2269755 or 12934621. OLE color: 12934621.
HSL color Cylindrical-coordinate representation of color #DD5DC5: hue angle of 311.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DC5 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 197 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.13 |
| HSL | 311.25º | 0.65% | 0.62% | - |
| HSV(B) | 311.25º | 0.58% | 0.87% | - |
| XYZ | 43.81 | 27.23 | 55.77 | - |
| YUV | 143.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 197 | 0 | 0.58 | 0.11 | 0.13 | 311.25 | 0.65 | 0.62 |
| Hex | DD | 5D | C5 | 0 | 3A | B | D | 137 | 41 | 3E |
| Octal | 335 | 135 | 305 | 0 | 72 | 13 | 15 | 467 | 101 | 76 |
| Binary | 11011101 | 1011101 | 11000101 | 0 | 111010 | 1011 | 1101 | 100110111 | 1000001 | 111110 |
Color Harmonies of #DD5DC5
Complementary color
Monochromatic Colors of #DD5DC5
Black with #DD5DC5
Text Example
Text Example
White with #DD5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DC5; }
p { color: rgb(221,93,197); }
H1.HeaderClassName
{
color: #DD5DC5;
}
.AnyTagClassName
{
color: #DD5DC5;
}
</style>
background-color css
<style>
a { background-color: #DD5DC5; }
a { background-color: rgb(221,93,197); }
div.DivClassName
{
background-color: #DD5DC5;
}
.BgClassName
{
background-color: #DD5DC5;
}
</style>
border-color css
<style>
span { border-color: #DD5DC5; }
span { border-color: rgb(221,93,197); }
td.TdClassName
{
border-color: #DD5DC5;
}
.TagClassName
{
border-color: #DD5DC5;
}
</style>