Html Css Color HEX #DB60C4 Free Speech Magenta
📋 copy color: '#DB60C4'red 219 ◦ green 96 ◦ blue 196
Shades of Free Speech Magenta #DB60C4
Tints of Free Speech Magenta #DB60C4
RGB
CMYK
RGB Variations
Color information
#DB60C4 (or 0xDB60C4) is known color: Free Speech Magenta. HEX triplet: DB, 60 and C4. RGB value is (219,96,196). Sum of RGB (Red+Green+Blue) = 219+96+196=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60C4 is #249F3B. Grayscale: #8F8F8F. Windows color (decimal): -2400060 or 12869851. OLE color: 12869851.
HSL color Cylindrical-coordinate representation of color #DB60C4: hue angle of 311.22º 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 #DB60C4 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 196 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.14 |
| HSL | 311.22º | 0.63% | 0.62% | - |
| HSV(B) | 311.22º | 0.56% | 0.86% | - |
| XYZ | 43.36 | 27.41 | 55.23 | - |
| YUV | 144.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 196 | 0 | 0.56 | 0.11 | 0.14 | 311.22 | 0.63 | 0.62 |
| Hex | DB | 60 | C4 | 0 | 38 | B | E | 137 | 3F | 3E |
| Octal | 333 | 140 | 304 | 0 | 70 | 13 | 16 | 467 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11000100 | 0 | 111000 | 1011 | 1110 | 100110111 | 111111 | 111110 |
Color Harmonies of #DB60C4
Complementary color
Monochromatic Colors of #DB60C4
Black with #DB60C4
Text Example
Text Example
White with #DB60C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60C4; }
p { color: rgb(219,96,196); }
H1.HeaderClassName
{
color: #DB60C4;
}
.AnyTagClassName
{
color: #DB60C4;
}
</style>
background-color css
<style>
a { background-color: #DB60C4; }
a { background-color: rgb(219,96,196); }
div.DivClassName
{
background-color: #DB60C4;
}
.BgClassName
{
background-color: #DB60C4;
}
</style>
border-color css
<style>
span { border-color: #DB60C4; }
span { border-color: rgb(219,96,196); }
td.TdClassName
{
border-color: #DB60C4;
}
.TagClassName
{
border-color: #DB60C4;
}
</style>