Html Css Color HEX #DB60BD Free Speech Magenta
📋 copy color: '#DB60BD'red 219 ◦ green 96 ◦ blue 189
Shades of Free Speech Magenta #DB60BD
Tints of Free Speech Magenta #DB60BD
RGB
CMYK
RGB Variations
Color information
#DB60BD (or 0xDB60BD) is known color: Free Speech Magenta. HEX triplet: DB, 60 and BD. RGB value is (219,96,189). Sum of RGB (Red+Green+Blue) = 219+96+189=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60BD is #249F42. Grayscale: #8F8F8F. Windows color (decimal): -2400067 or 12411099. OLE color: 12411099.
HSL color Cylindrical-coordinate representation of color #DB60BD: hue angle of 314.63º 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 #DB60BD is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 189 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.14 |
| HSL | 314.63º | 0.63% | 0.62% | - |
| HSV(B) | 314.63º | 0.56% | 0.86% | - |
| XYZ | 42.58 | 27.1 | 51.13 | - |
| YUV | 143.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 189 | 0 | 0.56 | 0.14 | 0.14 | 314.63 | 0.63 | 0.62 |
| Hex | DB | 60 | BD | 0 | 38 | E | E | 13B | 3F | 3E |
| Octal | 333 | 140 | 275 | 0 | 70 | 16 | 16 | 473 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10111101 | 0 | 111000 | 1110 | 1110 | 100111011 | 111111 | 111110 |
Color Harmonies of #DB60BD
Complementary color
Monochromatic Colors of #DB60BD
Black with #DB60BD
Text Example
Text Example
White with #DB60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60BD; }
p { color: rgb(219,96,189); }
H1.HeaderClassName
{
color: #DB60BD;
}
.AnyTagClassName
{
color: #DB60BD;
}
</style>
background-color css
<style>
a { background-color: #DB60BD; }
a { background-color: rgb(219,96,189); }
div.DivClassName
{
background-color: #DB60BD;
}
.BgClassName
{
background-color: #DB60BD;
}
</style>
border-color css
<style>
span { border-color: #DB60BD; }
span { border-color: rgb(219,96,189); }
td.TdClassName
{
border-color: #DB60BD;
}
.TagClassName
{
border-color: #DB60BD;
}
</style>