Html Css Color HEX #DD5BCE Free Speech Magenta
📋 copy color: '#DD5BCE'red 221 ◦ green 91 ◦ blue 206
Shades of Free Speech Magenta #DD5BCE
Tints of Free Speech Magenta #DD5BCE
RGB
CMYK
RGB Variations
Color information
#DD5BCE (or 0xDD5BCE) is known color: Free Speech Magenta. HEX triplet: DD, 5B and CE. RGB value is (221,91,206). Sum of RGB (Red+Green+Blue) = 221+91+206=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BCE is #22A431. Grayscale: #8E8E8E. Windows color (decimal): -2270258 or 13523933. OLE color: 13523933.
HSL color Cylindrical-coordinate representation of color #DD5BCE: hue angle of 306.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5BCE is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 206 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.13 |
| HSL | 306.92º | 0.66% | 0.61% | - |
| HSV(B) | 306.92º | 0.59% | 0.87% | - |
| XYZ | 44.7 | 27.31 | 61.31 | - |
| YUV | 142.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 206 | 0 | 0.59 | 0.07 | 0.13 | 306.92 | 0.66 | 0.61 |
| Hex | DD | 5B | CE | 0 | 3B | 7 | D | 133 | 42 | 3D |
| Octal | 335 | 133 | 316 | 0 | 73 | 7 | 15 | 463 | 102 | 75 |
| Binary | 11011101 | 1011011 | 11001110 | 0 | 111011 | 111 | 1101 | 100110011 | 1000010 | 111101 |
Color Harmonies of #DD5BCE
Complementary color
Monochromatic Colors of #DD5BCE
Black with #DD5BCE
Text Example
Text Example
White with #DD5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BCE; }
p { color: rgb(221,91,206); }
H1.HeaderClassName
{
color: #DD5BCE;
}
.AnyTagClassName
{
color: #DD5BCE;
}
</style>
background-color css
<style>
a { background-color: #DD5BCE; }
a { background-color: rgb(221,91,206); }
div.DivClassName
{
background-color: #DD5BCE;
}
.BgClassName
{
background-color: #DD5BCE;
}
</style>
border-color css
<style>
span { border-color: #DD5BCE; }
span { border-color: rgb(221,91,206); }
td.TdClassName
{
border-color: #DD5BCE;
}
.TagClassName
{
border-color: #DD5BCE;
}
</style>