Html Css Color HEX #DD5DB6 Free Speech Magenta
📋 copy color: '#DD5DB6'red 221 ◦ green 93 ◦ blue 182
Shades of Free Speech Magenta #DD5DB6
Tints of Free Speech Magenta #DD5DB6
RGB
CMYK
RGB Variations
Color information
#DD5DB6 (or 0xDD5DB6) is known color: Free Speech Magenta. HEX triplet: DD, 5D and B6. RGB value is (221,93,182). Sum of RGB (Red+Green+Blue) = 221+93+182=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DB6 is #22A249. Grayscale: #8D8D8D. Windows color (decimal): -2269770 or 11951581. OLE color: 11951581.
HSL color Cylindrical-coordinate representation of color #DD5DB6: hue angle of 318.28º 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 #DD5DB6 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 182 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.13 |
| HSL | 318.28º | 0.65% | 0.62% | - |
| HSV(B) | 318.28º | 0.58% | 0.87% | - |
| XYZ | 42.18 | 26.58 | 47.16 | - |
| YUV | 141.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 182 | 0 | 0.58 | 0.18 | 0.13 | 318.28 | 0.65 | 0.62 |
| Hex | DD | 5D | B6 | 0 | 3A | 12 | D | 13E | 41 | 3E |
| Octal | 335 | 135 | 266 | 0 | 72 | 22 | 15 | 476 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10110110 | 0 | 111010 | 10010 | 1101 | 100111110 | 1000001 | 111110 |
Color Harmonies of #DD5DB6
Complementary color
Monochromatic Colors of #DD5DB6
Black with #DD5DB6
Text Example
Text Example
White with #DD5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DB6; }
p { color: rgb(221,93,182); }
H1.HeaderClassName
{
color: #DD5DB6;
}
.AnyTagClassName
{
color: #DD5DB6;
}
</style>
background-color css
<style>
a { background-color: #DD5DB6; }
a { background-color: rgb(221,93,182); }
div.DivClassName
{
background-color: #DD5DB6;
}
.BgClassName
{
background-color: #DD5DB6;
}
</style>
border-color css
<style>
span { border-color: #DD5DB6; }
span { border-color: rgb(221,93,182); }
td.TdClassName
{
border-color: #DD5DB6;
}
.TagClassName
{
border-color: #DD5DB6;
}
</style>