Html Css Color HEX #DB60E6 Free Speech Magenta
📋 copy color: '#DB60E6'red 219 ◦ green 96 ◦ blue 230
Shades of Free Speech Magenta #DB60E6
Tints of Free Speech Magenta #DB60E6
RGB
CMYK
RGB Variations
Color information
#DB60E6 (or 0xDB60E6) is known color: Free Speech Magenta. HEX triplet: DB, 60 and E6. RGB value is (219,96,230). Sum of RGB (Red+Green+Blue) = 219+96+230=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60E6 is #249F19. Grayscale: #939393. Windows color (decimal): -2400026 or 15098075. OLE color: 15098075.
HSL color Cylindrical-coordinate representation of color #DB60E6: hue angle of 295.07º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB60E6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 96 | 230 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.10 |
| HSL | 295.07º | 0.73% | 0.64% | - |
| HSV(B) | 295.07º | 0.58% | 0.9% | - |
| XYZ | 47.68 | 29.14 | 77.97 | - |
| YUV | 148.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 230 | 0.05 | 0.58 | 0 | 0.10 | 295.07 | 0.73 | 0.64 |
| Hex | DB | 60 | E6 | 5 | 3A | 0 | A | 127 | 49 | 40 |
| Octal | 333 | 140 | 346 | 5 | 72 | 0 | 12 | 447 | 111 | 100 |
| Binary | 11011011 | 1100000 | 11100110 | 101 | 111010 | 0 | 1010 | 100100111 | 1001001 | 1000000 |
Color Harmonies of #DB60E6
Complementary color
Monochromatic Colors of #DB60E6
Black with #DB60E6
Text Example
Text Example
White with #DB60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60E6; }
p { color: rgb(219,96,230); }
H1.HeaderClassName
{
color: #DB60E6;
}
.AnyTagClassName
{
color: #DB60E6;
}
</style>
background-color css
<style>
a { background-color: #DB60E6; }
a { background-color: rgb(219,96,230); }
div.DivClassName
{
background-color: #DB60E6;
}
.BgClassName
{
background-color: #DB60E6;
}
</style>
border-color css
<style>
span { border-color: #DB60E6; }
span { border-color: rgb(219,96,230); }
td.TdClassName
{
border-color: #DB60E6;
}
.TagClassName
{
border-color: #DB60E6;
}
</style>