Html Css Color HEX #DB60C2 Free Speech Magenta
📋 copy color: '#DB60C2'red 219 ◦ green 96 ◦ blue 194
Shades of Free Speech Magenta #DB60C2
Tints of Free Speech Magenta #DB60C2
RGB
CMYK
RGB Variations
Color information
#DB60C2 (or 0xDB60C2) is known color: Free Speech Magenta. HEX triplet: DB, 60 and C2. RGB value is (219,96,194). Sum of RGB (Red+Green+Blue) = 219+96+194=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60C2 is #249F3D. Grayscale: #8F8F8F. Windows color (decimal): -2400062 or 12738779. OLE color: 12738779.
HSL color Cylindrical-coordinate representation of color #DB60C2: hue angle of 312.2º 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 #DB60C2 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 194 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.14 |
| HSL | 312.2º | 0.63% | 0.62% | - |
| HSV(B) | 312.2º | 0.56% | 0.86% | - |
| XYZ | 43.13 | 27.32 | 54.04 | - |
| YUV | 143.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 194 | 0 | 0.56 | 0.11 | 0.14 | 312.2 | 0.63 | 0.62 |
| Hex | DB | 60 | C2 | 0 | 38 | B | E | 138 | 3F | 3E |
| Octal | 333 | 140 | 302 | 0 | 70 | 13 | 16 | 470 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11000010 | 0 | 111000 | 1011 | 1110 | 100111000 | 111111 | 111110 |
Color Harmonies of #DB60C2
Complementary color
Monochromatic Colors of #DB60C2
Black with #DB60C2
Text Example
Text Example
White with #DB60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60C2; }
p { color: rgb(219,96,194); }
H1.HeaderClassName
{
color: #DB60C2;
}
.AnyTagClassName
{
color: #DB60C2;
}
</style>
background-color css
<style>
a { background-color: #DB60C2; }
a { background-color: rgb(219,96,194); }
div.DivClassName
{
background-color: #DB60C2;
}
.BgClassName
{
background-color: #DB60C2;
}
</style>
border-color css
<style>
span { border-color: #DB60C2; }
span { border-color: rgb(219,96,194); }
td.TdClassName
{
border-color: #DB60C2;
}
.TagClassName
{
border-color: #DB60C2;
}
</style>