Html Css Color HEX #DB55CC Free Speech Magenta
📋 copy color: '#DB55CC'red 219 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #DB55CC
Tints of Free Speech Magenta #DB55CC
RGB
CMYK
RGB Variations
Color information
#DB55CC (or 0xDB55CC) is known color: Free Speech Magenta. HEX triplet: DB, 55 and CC. RGB value is (219,85,204). Sum of RGB (Red+Green+Blue) = 219+85+204=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55CC is #24AA33. Grayscale: #8A8A8A. Windows color (decimal): -2402868 or 13391323. OLE color: 13391323.
HSL color Cylindrical-coordinate representation of color #DB55CC: hue angle of 306.72º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55CC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 204 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.14 |
| HSL | 306.72º | 0.65% | 0.6% | - |
| HSV(B) | 306.72º | 0.61% | 0.86% | - |
| XYZ | 43.36 | 25.92 | 59.84 | - |
| YUV | 138.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 204 | 0 | 0.61 | 0.07 | 0.14 | 306.72 | 0.65 | 0.6 |
| Hex | DB | 55 | CC | 0 | 3D | 7 | E | 133 | 41 | 3C |
| Octal | 333 | 125 | 314 | 0 | 75 | 7 | 16 | 463 | 101 | 74 |
| Binary | 11011011 | 1010101 | 11001100 | 0 | 111101 | 111 | 1110 | 100110011 | 1000001 | 111100 |
Color Harmonies of #DB55CC
Complementary color
Monochromatic Colors of #DB55CC
Black with #DB55CC
Text Example
Text Example
White with #DB55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55CC; }
p { color: rgb(219,85,204); }
H1.HeaderClassName
{
color: #DB55CC;
}
.AnyTagClassName
{
color: #DB55CC;
}
</style>
background-color css
<style>
a { background-color: #DB55CC; }
a { background-color: rgb(219,85,204); }
div.DivClassName
{
background-color: #DB55CC;
}
.BgClassName
{
background-color: #DB55CC;
}
</style>
border-color css
<style>
span { border-color: #DB55CC; }
span { border-color: rgb(219,85,204); }
td.TdClassName
{
border-color: #DB55CC;
}
.TagClassName
{
border-color: #DB55CC;
}
</style>