Html Css Color HEX #DB55CE Free Speech Magenta
📋 copy color: '#DB55CE'red 219 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #DB55CE
Tints of Free Speech Magenta #DB55CE
RGB
CMYK
RGB Variations
Color information
#DB55CE (or 0xDB55CE) is known color: Free Speech Magenta. HEX triplet: DB, 55 and CE. RGB value is (219,85,206). Sum of RGB (Red+Green+Blue) = 219+85+206=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55CE is #24AA31. Grayscale: #8A8A8A. Windows color (decimal): -2402866 or 13522395. OLE color: 13522395.
HSL color Cylindrical-coordinate representation of color #DB55CE: hue angle of 305.82º 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 #DB55CE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 206 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.14 |
| HSL | 305.82º | 0.65% | 0.6% | - |
| HSV(B) | 305.82º | 0.61% | 0.86% | - |
| XYZ | 43.6 | 26.01 | 61.12 | - |
| YUV | 138.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 206 | 0 | 0.61 | 0.06 | 0.14 | 305.82 | 0.65 | 0.6 |
| Hex | DB | 55 | CE | 0 | 3D | 6 | E | 132 | 41 | 3C |
| Octal | 333 | 125 | 316 | 0 | 75 | 6 | 16 | 462 | 101 | 74 |
| Binary | 11011011 | 1010101 | 11001110 | 0 | 111101 | 110 | 1110 | 100110010 | 1000001 | 111100 |
Color Harmonies of #DB55CE
Complementary color
Monochromatic Colors of #DB55CE
Black with #DB55CE
Text Example
Text Example
White with #DB55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55CE; }
p { color: rgb(219,85,206); }
H1.HeaderClassName
{
color: #DB55CE;
}
.AnyTagClassName
{
color: #DB55CE;
}
</style>
background-color css
<style>
a { background-color: #DB55CE; }
a { background-color: rgb(219,85,206); }
div.DivClassName
{
background-color: #DB55CE;
}
.BgClassName
{
background-color: #DB55CE;
}
</style>
border-color css
<style>
span { border-color: #DB55CE; }
span { border-color: rgb(219,85,206); }
td.TdClassName
{
border-color: #DB55CE;
}
.TagClassName
{
border-color: #DB55CE;
}
</style>