Html Css Color HEX #DB53C8 Free Speech Magenta
📋 copy color: '#DB53C8'red 219 ◦ green 83 ◦ blue 200
Shades of Free Speech Magenta #DB53C8
Tints of Free Speech Magenta #DB53C8
RGB
CMYK
RGB Variations
Color information
#DB53C8 (or 0xDB53C8) is known color: Free Speech Magenta. HEX triplet: DB, 53 and C8. RGB value is (219,83,200). Sum of RGB (Red+Green+Blue) = 219+83+200=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53C8 is #24AC37. Grayscale: #888888. Windows color (decimal): -2403384 or 13128667. OLE color: 13128667.
HSL color Cylindrical-coordinate representation of color #DB53C8: hue angle of 308.38º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB53C8 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 200 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.14 |
| HSL | 308.38º | 0.65% | 0.59% | - |
| HSV(B) | 308.38º | 0.62% | 0.86% | - |
| XYZ | 42.73 | 25.42 | 57.3 | - |
| YUV | 137 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 200 | 0 | 0.62 | 0.09 | 0.14 | 308.38 | 0.65 | 0.59 |
| Hex | DB | 53 | C8 | 0 | 3E | 9 | E | 134 | 41 | 3B |
| Octal | 333 | 123 | 310 | 0 | 76 | 11 | 16 | 464 | 101 | 73 |
| Binary | 11011011 | 1010011 | 11001000 | 0 | 111110 | 1001 | 1110 | 100110100 | 1000001 | 111011 |
Color Harmonies of #DB53C8
Complementary color
Monochromatic Colors of #DB53C8
Black with #DB53C8
Text Example
Text Example
White with #DB53C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53C8; }
p { color: rgb(219,83,200); }
H1.HeaderClassName
{
color: #DB53C8;
}
.AnyTagClassName
{
color: #DB53C8;
}
</style>
background-color css
<style>
a { background-color: #DB53C8; }
a { background-color: rgb(219,83,200); }
div.DivClassName
{
background-color: #DB53C8;
}
.BgClassName
{
background-color: #DB53C8;
}
</style>
border-color css
<style>
span { border-color: #DB53C8; }
span { border-color: rgb(219,83,200); }
td.TdClassName
{
border-color: #DB53C8;
}
.TagClassName
{
border-color: #DB53C8;
}
</style>