Html Css Color HEX #DD5BD2 Free Speech Magenta
📋 copy color: '#DD5BD2'red 221 ◦ green 91 ◦ blue 210
Shades of Free Speech Magenta #DD5BD2
Tints of Free Speech Magenta #DD5BD2
RGB
CMYK
RGB Variations
Color information
#DD5BD2 (or 0xDD5BD2) is known color: Free Speech Magenta. HEX triplet: DD, 5B and D2. RGB value is (221,91,210). Sum of RGB (Red+Green+Blue) = 221+91+210=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BD2 is #22A42D. Grayscale: #8F8F8F. Windows color (decimal): -2270254 or 13786077. OLE color: 13786077.
HSL color Cylindrical-coordinate representation of color #DD5BD2: hue angle of 305.08º 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 #DD5BD2 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 210 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.13 |
| HSL | 305.08º | 0.66% | 0.61% | - |
| HSV(B) | 305.08º | 0.59% | 0.87% | - |
| XYZ | 45.19 | 27.51 | 63.9 | - |
| YUV | 143.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 210 | 0 | 0.59 | 0.05 | 0.13 | 305.08 | 0.66 | 0.61 |
| Hex | DD | 5B | D2 | 0 | 3B | 5 | D | 131 | 42 | 3D |
| Octal | 335 | 133 | 322 | 0 | 73 | 5 | 15 | 461 | 102 | 75 |
| Binary | 11011101 | 1011011 | 11010010 | 0 | 111011 | 101 | 1101 | 100110001 | 1000010 | 111101 |
Color Harmonies of #DD5BD2
Complementary color
Monochromatic Colors of #DD5BD2
Black with #DD5BD2
Text Example
Text Example
White with #DD5BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BD2; }
p { color: rgb(221,91,210); }
H1.HeaderClassName
{
color: #DD5BD2;
}
.AnyTagClassName
{
color: #DD5BD2;
}
</style>
background-color css
<style>
a { background-color: #DD5BD2; }
a { background-color: rgb(221,91,210); }
div.DivClassName
{
background-color: #DD5BD2;
}
.BgClassName
{
background-color: #DD5BD2;
}
</style>
border-color css
<style>
span { border-color: #DD5BD2; }
span { border-color: rgb(221,91,210); }
td.TdClassName
{
border-color: #DD5BD2;
}
.TagClassName
{
border-color: #DD5BD2;
}
</style>