Html Css Color HEX #DB60D9 Free Speech Magenta
📋 copy color: '#DB60D9'red 219 ◦ green 96 ◦ blue 217
Shades of Free Speech Magenta #DB60D9
Tints of Free Speech Magenta #DB60D9
RGB
CMYK
RGB Variations
Color information
#DB60D9 (or 0xDB60D9) is known color: Free Speech Magenta. HEX triplet: DB, 60 and D9. RGB value is (219,96,217). Sum of RGB (Red+Green+Blue) = 219+96+217=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60D9 is #249F26. Grayscale: #929292. Windows color (decimal): -2400039 or 14246107. OLE color: 14246107.
HSL color Cylindrical-coordinate representation of color #DB60D9: hue angle of 300.98º 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 #DB60D9 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 217 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.14 |
| HSL | 300.98º | 0.63% | 0.62% | - |
| HSV(B) | 300.98º | 0.56% | 0.86% | - |
| XYZ | 45.92 | 28.44 | 68.71 | - |
| YUV | 146.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 217 | 0 | 0.56 | 0.01 | 0.14 | 300.98 | 0.63 | 0.62 |
| Hex | DB | 60 | D9 | 0 | 38 | 1 | E | 12D | 3F | 3E |
| Octal | 333 | 140 | 331 | 0 | 70 | 1 | 16 | 455 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11011001 | 0 | 111000 | 1 | 1110 | 100101101 | 111111 | 111110 |
Color Harmonies of #DB60D9
Complementary color
Monochromatic Colors of #DB60D9
Black with #DB60D9
Text Example
Text Example
White with #DB60D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60D9; }
p { color: rgb(219,96,217); }
H1.HeaderClassName
{
color: #DB60D9;
}
.AnyTagClassName
{
color: #DB60D9;
}
</style>
background-color css
<style>
a { background-color: #DB60D9; }
a { background-color: rgb(219,96,217); }
div.DivClassName
{
background-color: #DB60D9;
}
.BgClassName
{
background-color: #DB60D9;
}
</style>
border-color css
<style>
span { border-color: #DB60D9; }
span { border-color: rgb(219,96,217); }
td.TdClassName
{
border-color: #DB60D9;
}
.TagClassName
{
border-color: #DB60D9;
}
</style>