Html Css Color HEX #DD57DB Free Speech Magenta
📋 copy color: '#DD57DB'red 221 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #DD57DB
Tints of Free Speech Magenta #DD57DB
RGB
CMYK
RGB Variations
Color information
#DD57DB (or 0xDD57DB) is known color: Free Speech Magenta. HEX triplet: DD, 57 and DB. RGB value is (221,87,219). Sum of RGB (Red+Green+Blue) = 221+87+219=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57DB is #22A824. Grayscale: #8D8D8D. Windows color (decimal): -2271269 or 14374877. OLE color: 14374877.
HSL color Cylindrical-coordinate representation of color #DD57DB: hue angle of 300.9º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD57DB is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 219 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.13 |
| HSL | 300.9º | 0.66% | 0.6% | - |
| HSV(B) | 300.9º | 0.61% | 0.87% | - |
| XYZ | 46.01 | 27.3 | 69.86 | - |
| YUV | 142.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 219 | 0 | 0.61 | 0.01 | 0.13 | 300.9 | 0.66 | 0.6 |
| Hex | DD | 57 | DB | 0 | 3D | 1 | D | 12D | 42 | 3C |
| Octal | 335 | 127 | 333 | 0 | 75 | 1 | 15 | 455 | 102 | 74 |
| Binary | 11011101 | 1010111 | 11011011 | 0 | 111101 | 1 | 1101 | 100101101 | 1000010 | 111100 |
Color Harmonies of #DD57DB
Complementary color
Monochromatic Colors of #DD57DB
Black with #DD57DB
Text Example
Text Example
White with #DD57DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57DB; }
p { color: rgb(221,87,219); }
H1.HeaderClassName
{
color: #DD57DB;
}
.AnyTagClassName
{
color: #DD57DB;
}
</style>
background-color css
<style>
a { background-color: #DD57DB; }
a { background-color: rgb(221,87,219); }
div.DivClassName
{
background-color: #DD57DB;
}
.BgClassName
{
background-color: #DD57DB;
}
</style>
border-color css
<style>
span { border-color: #DD57DB; }
span { border-color: rgb(221,87,219); }
td.TdClassName
{
border-color: #DD57DB;
}
.TagClassName
{
border-color: #DD57DB;
}
</style>