Html Css Color HEX #DB58CC Free Speech Magenta
📋 copy color: '#DB58CC'red 219 ◦ green 88 ◦ blue 204
Shades of Free Speech Magenta #DB58CC
Tints of Free Speech Magenta #DB58CC
RGB
CMYK
RGB Variations
Color information
#DB58CC (or 0xDB58CC) is known color: Free Speech Magenta. HEX triplet: DB, 58 and CC. RGB value is (219,88,204). Sum of RGB (Red+Green+Blue) = 219+88+204=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58CC is #24A733. Grayscale: #8C8C8C. Windows color (decimal): -2402100 or 13392091. OLE color: 13392091.
HSL color Cylindrical-coordinate representation of color #DB58CC: hue angle of 306.87º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58CC is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 204 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.14 |
| HSL | 306.87º | 0.65% | 0.6% | - |
| HSV(B) | 306.87º | 0.6% | 0.86% | - |
| XYZ | 43.6 | 26.4 | 59.92 | - |
| YUV | 140.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 204 | 0 | 0.60 | 0.07 | 0.14 | 306.87 | 0.65 | 0.6 |
| Hex | DB | 58 | CC | 0 | 3C | 7 | E | 133 | 41 | 3C |
| Octal | 333 | 130 | 314 | 0 | 74 | 7 | 16 | 463 | 101 | 74 |
| Binary | 11011011 | 1011000 | 11001100 | 0 | 111100 | 111 | 1110 | 100110011 | 1000001 | 111100 |
Color Harmonies of #DB58CC
Complementary color
Monochromatic Colors of #DB58CC
Black with #DB58CC
Text Example
Text Example
White with #DB58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58CC; }
p { color: rgb(219,88,204); }
H1.HeaderClassName
{
color: #DB58CC;
}
.AnyTagClassName
{
color: #DB58CC;
}
</style>
background-color css
<style>
a { background-color: #DB58CC; }
a { background-color: rgb(219,88,204); }
div.DivClassName
{
background-color: #DB58CC;
}
.BgClassName
{
background-color: #DB58CC;
}
</style>
border-color css
<style>
span { border-color: #DB58CC; }
span { border-color: rgb(219,88,204); }
td.TdClassName
{
border-color: #DB58CC;
}
.TagClassName
{
border-color: #DB58CC;
}
</style>