Html Css Color HEX #DD5BC1 Free Speech Magenta
📋 copy color: '#DD5BC1'red 221 ◦ green 91 ◦ blue 193
Shades of Free Speech Magenta #DD5BC1
Tints of Free Speech Magenta #DD5BC1
RGB
CMYK
RGB Variations
Color information
#DD5BC1 (or 0xDD5BC1) is known color: Free Speech Magenta. HEX triplet: DD, 5B and C1. RGB value is (221,91,193). Sum of RGB (Red+Green+Blue) = 221+91+193=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BC1 is #22A43E. Grayscale: #8D8D8D. Windows color (decimal): -2270271 or 12671965. OLE color: 12671965.
HSL color Cylindrical-coordinate representation of color #DD5BC1: hue angle of 312.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 #DD5BC1 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 193 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.13 |
| HSL | 312.92º | 0.66% | 0.61% | - |
| HSV(B) | 312.92º | 0.59% | 0.87% | - |
| XYZ | 43.19 | 26.7 | 53.33 | - |
| YUV | 141.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 193 | 0 | 0.59 | 0.13 | 0.13 | 312.92 | 0.66 | 0.61 |
| Hex | DD | 5B | C1 | 0 | 3B | D | D | 139 | 42 | 3D |
| Octal | 335 | 133 | 301 | 0 | 73 | 15 | 15 | 471 | 102 | 75 |
| Binary | 11011101 | 1011011 | 11000001 | 0 | 111011 | 1101 | 1101 | 100111001 | 1000010 | 111101 |
Color Harmonies of #DD5BC1
Complementary color
Monochromatic Colors of #DD5BC1
Black with #DD5BC1
Text Example
Text Example
White with #DD5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BC1; }
p { color: rgb(221,91,193); }
H1.HeaderClassName
{
color: #DD5BC1;
}
.AnyTagClassName
{
color: #DD5BC1;
}
</style>
background-color css
<style>
a { background-color: #DD5BC1; }
a { background-color: rgb(221,91,193); }
div.DivClassName
{
background-color: #DD5BC1;
}
.BgClassName
{
background-color: #DD5BC1;
}
</style>
border-color css
<style>
span { border-color: #DD5BC1; }
span { border-color: rgb(221,91,193); }
td.TdClassName
{
border-color: #DD5BC1;
}
.TagClassName
{
border-color: #DD5BC1;
}
</style>