Html Css Color HEX #DB60DA Free Speech Magenta
📋 copy color: '#DB60DA'red 219 ◦ green 96 ◦ blue 218
Shades of Free Speech Magenta #DB60DA
Tints of Free Speech Magenta #DB60DA
RGB
CMYK
RGB Variations
Color information
#DB60DA (or 0xDB60DA) is known color: Free Speech Magenta. HEX triplet: DB, 60 and DA. RGB value is (219,96,218). Sum of RGB (Red+Green+Blue) = 219+96+218=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60DA is #249F25. Grayscale: #929292. Windows color (decimal): -2400038 or 14311643. OLE color: 14311643.
HSL color Cylindrical-coordinate representation of color #DB60DA: hue angle of 300.49º 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 #DB60DA is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 218 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.14 |
| HSL | 300.49º | 0.63% | 0.62% | - |
| HSV(B) | 300.49º | 0.56% | 0.86% | - |
| XYZ | 46.05 | 28.49 | 69.4 | - |
| YUV | 146.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 218 | 0 | 0.56 | 0.00 | 0.14 | 300.49 | 0.63 | 0.62 |
| Hex | DB | 60 | DA | 0 | 38 | 0 | E | 12C | 3F | 3E |
| Octal | 333 | 140 | 332 | 0 | 70 | 0 | 16 | 454 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11011010 | 0 | 111000 | 0 | 1110 | 100101100 | 111111 | 111110 |
Color Harmonies of #DB60DA
Complementary color
Monochromatic Colors of #DB60DA
Black with #DB60DA
Text Example
Text Example
White with #DB60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60DA; }
p { color: rgb(219,96,218); }
H1.HeaderClassName
{
color: #DB60DA;
}
.AnyTagClassName
{
color: #DB60DA;
}
</style>
background-color css
<style>
a { background-color: #DB60DA; }
a { background-color: rgb(219,96,218); }
div.DivClassName
{
background-color: #DB60DA;
}
.BgClassName
{
background-color: #DB60DA;
}
</style>
border-color css
<style>
span { border-color: #DB60DA; }
span { border-color: rgb(219,96,218); }
td.TdClassName
{
border-color: #DB60DA;
}
.TagClassName
{
border-color: #DB60DA;
}
</style>