Html Css Color HEX #DB60BC Free Speech Magenta
📋 copy color: '#DB60BC'red 219 ◦ green 96 ◦ blue 188
Shades of Free Speech Magenta #DB60BC
Tints of Free Speech Magenta #DB60BC
RGB
CMYK
RGB Variations
Color information
#DB60BC (or 0xDB60BC) is known color: Free Speech Magenta. HEX triplet: DB, 60 and BC. RGB value is (219,96,188). Sum of RGB (Red+Green+Blue) = 219+96+188=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60BC is #249F43. Grayscale: #8F8F8F. Windows color (decimal): -2400068 or 12345563. OLE color: 12345563.
HSL color Cylindrical-coordinate representation of color #DB60BC: hue angle of 315.12º 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 #DB60BC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 188 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.14 |
| HSL | 315.12º | 0.63% | 0.62% | - |
| HSV(B) | 315.12º | 0.56% | 0.86% | - |
| XYZ | 42.47 | 27.06 | 50.56 | - |
| YUV | 143.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 188 | 0 | 0.56 | 0.14 | 0.14 | 315.12 | 0.63 | 0.62 |
| Hex | DB | 60 | BC | 0 | 38 | E | E | 13B | 3F | 3E |
| Octal | 333 | 140 | 274 | 0 | 70 | 16 | 16 | 473 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10111100 | 0 | 111000 | 1110 | 1110 | 100111011 | 111111 | 111110 |
Color Harmonies of #DB60BC
Complementary color
Monochromatic Colors of #DB60BC
Black with #DB60BC
Text Example
Text Example
White with #DB60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60BC; }
p { color: rgb(219,96,188); }
H1.HeaderClassName
{
color: #DB60BC;
}
.AnyTagClassName
{
color: #DB60BC;
}
</style>
background-color css
<style>
a { background-color: #DB60BC; }
a { background-color: rgb(219,96,188); }
div.DivClassName
{
background-color: #DB60BC;
}
.BgClassName
{
background-color: #DB60BC;
}
</style>
border-color css
<style>
span { border-color: #DB60BC; }
span { border-color: rgb(219,96,188); }
td.TdClassName
{
border-color: #DB60BC;
}
.TagClassName
{
border-color: #DB60BC;
}
</style>