Html Css Color HEX #DB60CE Free Speech Magenta
📋 copy color: '#DB60CE'red 219 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #DB60CE
Tints of Free Speech Magenta #DB60CE
RGB
CMYK
RGB Variations
Color information
#DB60CE (or 0xDB60CE) is known color: Free Speech Magenta. HEX triplet: DB, 60 and CE. RGB value is (219,96,206). Sum of RGB (Red+Green+Blue) = 219+96+206=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60CE is #249F31. Grayscale: #919191. Windows color (decimal): -2400050 or 13525211. OLE color: 13525211.
HSL color Cylindrical-coordinate representation of color #DB60CE: hue angle of 306.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60CE is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 206 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.14 |
| HSL | 306.34º | 0.63% | 0.62% | - |
| HSV(B) | 306.34º | 0.56% | 0.86% | - |
| XYZ | 44.54 | 27.88 | 61.43 | - |
| YUV | 145.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 206 | 0 | 0.56 | 0.06 | 0.14 | 306.34 | 0.63 | 0.62 |
| Hex | DB | 60 | CE | 0 | 38 | 6 | E | 132 | 3F | 3E |
| Octal | 333 | 140 | 316 | 0 | 70 | 6 | 16 | 462 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11001110 | 0 | 111000 | 110 | 1110 | 100110010 | 111111 | 111110 |
Color Harmonies of #DB60CE
Complementary color
Monochromatic Colors of #DB60CE
Black with #DB60CE
Text Example
Text Example
White with #DB60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60CE; }
p { color: rgb(219,96,206); }
H1.HeaderClassName
{
color: #DB60CE;
}
.AnyTagClassName
{
color: #DB60CE;
}
</style>
background-color css
<style>
a { background-color: #DB60CE; }
a { background-color: rgb(219,96,206); }
div.DivClassName
{
background-color: #DB60CE;
}
.BgClassName
{
background-color: #DB60CE;
}
</style>
border-color css
<style>
span { border-color: #DB60CE; }
span { border-color: rgb(219,96,206); }
td.TdClassName
{
border-color: #DB60CE;
}
.TagClassName
{
border-color: #DB60CE;
}
</style>