Html Css Color HEX #DD53DB Free Speech Magenta
📋 copy color: '#DD53DB'red 221 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #DD53DB
Tints of Free Speech Magenta #DD53DB
RGB
CMYK
RGB Variations
Color information
#DD53DB (or 0xDD53DB) is known color: Free Speech Magenta. HEX triplet: DD, 53 and DB. RGB value is (221,83,219). Sum of RGB (Red+Green+Blue) = 221+83+219=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53DB is #22AC24. Grayscale: #8B8B8B. Windows color (decimal): -2272293 or 14373853. OLE color: 14373853.
HSL color Cylindrical-coordinate representation of color #DD53DB: hue angle of 300.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53DB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 83 | 219 | - |
CMYK | 0 | 0.62 | 0.01 | 0.13 |
HSL | 300.87º | 0.67% | 0.6% | - |
HSV(B) | 300.87º | 0.62% | 0.87% | - |
XYZ | 45.7 | 26.67 | 69.76 | - |
YUV | 139.77 | 172.72 | 185.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 83 | 219 | 0 | 0.62 | 0.01 | 0.13 | 300.87 | 0.67 | 0.6 |
Hex | DD | 53 | DB | 0 | 3E | 1 | D | 12D | 43 | 3C |
Octal | 335 | 123 | 333 | 0 | 76 | 1 | 15 | 455 | 103 | 74 |
Binary | 11011101 | 1010011 | 11011011 | 0 | 111110 | 1 | 1101 | 100101101 | 1000011 | 111100 |
Color Harmonies of #DD53DB
Complementary color
Monochromatic Colors of #DD53DB
Black with #DD53DB
Text Example
Text Example
White with #DD53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53DB; }
p { color: rgb(221,83,219); }
H1.HeaderClassName
{
color: #DD53DB;
}
.AnyTagClassName
{
color: #DD53DB;
}
</style>
background-color css
<style>
a { background-color: #DD53DB; }
a { background-color: rgb(221,83,219); }
div.DivClassName
{
background-color: #DD53DB;
}
.BgClassName
{
background-color: #DD53DB;
}
</style>
border-color css
<style>
span { border-color: #DD53DB; }
span { border-color: rgb(221,83,219); }
td.TdClassName
{
border-color: #DD53DB;
}
.TagClassName
{
border-color: #DD53DB;
}
</style>