Html Css Color HEX #DB52CF Free Speech Magenta
📋 copy color: '#DB52CF'red 219 ◦ green 82 ◦ blue 207
Shades of Free Speech Magenta #DB52CF
Tints of Free Speech Magenta #DB52CF
RGB
CMYK
RGB Variations
Color information
#DB52CF (or 0xDB52CF) is known color: Free Speech Magenta. HEX triplet: DB, 52 and CF. RGB value is (219,82,207). Sum of RGB (Red+Green+Blue) = 219+82+207=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52CF is #24AD30. Grayscale: #888888. Windows color (decimal): -2403633 or 13587163. OLE color: 13587163.
HSL color Cylindrical-coordinate representation of color #DB52CF: hue angle of 305.26º 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 #DB52CF is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 207 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.14 |
| HSL | 305.26º | 0.66% | 0.59% | - |
| HSV(B) | 305.26º | 0.63% | 0.86% | - |
| XYZ | 43.49 | 25.6 | 61.68 | - |
| YUV | 137.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 207 | 0 | 0.63 | 0.05 | 0.14 | 305.26 | 0.66 | 0.59 |
| Hex | DB | 52 | CF | 0 | 3F | 5 | E | 131 | 42 | 3B |
| Octal | 333 | 122 | 317 | 0 | 77 | 5 | 16 | 461 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11001111 | 0 | 111111 | 101 | 1110 | 100110001 | 1000010 | 111011 |
Color Harmonies of #DB52CF
Complementary color
Monochromatic Colors of #DB52CF
Black with #DB52CF
Text Example
Text Example
White with #DB52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52CF; }
p { color: rgb(219,82,207); }
H1.HeaderClassName
{
color: #DB52CF;
}
.AnyTagClassName
{
color: #DB52CF;
}
</style>
background-color css
<style>
a { background-color: #DB52CF; }
a { background-color: rgb(219,82,207); }
div.DivClassName
{
background-color: #DB52CF;
}
.BgClassName
{
background-color: #DB52CF;
}
</style>
border-color css
<style>
span { border-color: #DB52CF; }
span { border-color: rgb(219,82,207); }
td.TdClassName
{
border-color: #DB52CF;
}
.TagClassName
{
border-color: #DB52CF;
}
</style>