Html Css Color HEX #DB52CC Free Speech Magenta
📋 copy color: '#DB52CC'red 219 ◦ green 82 ◦ blue 204
Shades of Free Speech Magenta #DB52CC
Tints of Free Speech Magenta #DB52CC
RGB
CMYK
RGB Variations
Color information
#DB52CC (or 0xDB52CC) is known color: Free Speech Magenta. HEX triplet: DB, 52 and CC. RGB value is (219,82,204). Sum of RGB (Red+Green+Blue) = 219+82+204=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52CC is #24AD33. Grayscale: #888888. Windows color (decimal): -2403636 or 13390555. OLE color: 13390555.
HSL color Cylindrical-coordinate representation of color #DB52CC: hue angle of 306.57º 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 #DB52CC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 204 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.14 |
| HSL | 306.57º | 0.66% | 0.59% | - |
| HSV(B) | 306.57º | 0.63% | 0.86% | - |
| XYZ | 43.13 | 25.45 | 59.77 | - |
| YUV | 136.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 204 | 0 | 0.63 | 0.07 | 0.14 | 306.57 | 0.66 | 0.59 |
| Hex | DB | 52 | CC | 0 | 3F | 7 | E | 133 | 42 | 3B |
| Octal | 333 | 122 | 314 | 0 | 77 | 7 | 16 | 463 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11001100 | 0 | 111111 | 111 | 1110 | 100110011 | 1000010 | 111011 |
Color Harmonies of #DB52CC
Complementary color
Monochromatic Colors of #DB52CC
Black with #DB52CC
Text Example
Text Example
White with #DB52CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52CC; }
p { color: rgb(219,82,204); }
H1.HeaderClassName
{
color: #DB52CC;
}
.AnyTagClassName
{
color: #DB52CC;
}
</style>
background-color css
<style>
a { background-color: #DB52CC; }
a { background-color: rgb(219,82,204); }
div.DivClassName
{
background-color: #DB52CC;
}
.BgClassName
{
background-color: #DB52CC;
}
</style>
border-color css
<style>
span { border-color: #DB52CC; }
span { border-color: rgb(219,82,204); }
td.TdClassName
{
border-color: #DB52CC;
}
.TagClassName
{
border-color: #DB52CC;
}
</style>