Html Css Color HEX #DB52CE Free Speech Magenta
📋 copy color: '#DB52CE'red 219 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #DB52CE
Tints of Free Speech Magenta #DB52CE
RGB
CMYK
RGB Variations
Color information
#DB52CE (or 0xDB52CE) is known color: Free Speech Magenta. HEX triplet: DB, 52 and CE. RGB value is (219,82,206). Sum of RGB (Red+Green+Blue) = 219+82+206=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52CE is #24AD31. Grayscale: #888888. Windows color (decimal): -2403634 or 13521627. OLE color: 13521627.
HSL color Cylindrical-coordinate representation of color #DB52CE: hue angle of 305.69º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52CE is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 206 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.14 |
| HSL | 305.69º | 0.66% | 0.59% | - |
| HSV(B) | 305.69º | 0.63% | 0.86% | - |
| XYZ | 43.37 | 25.55 | 61.04 | - |
| YUV | 137.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 206 | 0 | 0.63 | 0.06 | 0.14 | 305.69 | 0.66 | 0.59 |
| Hex | DB | 52 | CE | 0 | 3F | 6 | E | 132 | 42 | 3B |
| Octal | 333 | 122 | 316 | 0 | 77 | 6 | 16 | 462 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11001110 | 0 | 111111 | 110 | 1110 | 100110010 | 1000010 | 111011 |
Color Harmonies of #DB52CE
Complementary color
Monochromatic Colors of #DB52CE
Black with #DB52CE
Text Example
Text Example
White with #DB52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52CE; }
p { color: rgb(219,82,206); }
H1.HeaderClassName
{
color: #DB52CE;
}
.AnyTagClassName
{
color: #DB52CE;
}
</style>
background-color css
<style>
a { background-color: #DB52CE; }
a { background-color: rgb(219,82,206); }
div.DivClassName
{
background-color: #DB52CE;
}
.BgClassName
{
background-color: #DB52CE;
}
</style>
border-color css
<style>
span { border-color: #DB52CE; }
span { border-color: rgb(219,82,206); }
td.TdClassName
{
border-color: #DB52CE;
}
.TagClassName
{
border-color: #DB52CE;
}
</style>