Html Css Color HEX #DB60BF Free Speech Magenta
📋 copy color: '#DB60BF'red 219 ◦ green 96 ◦ blue 191
Shades of Free Speech Magenta #DB60BF
Tints of Free Speech Magenta #DB60BF
RGB
CMYK
RGB Variations
Color information
#DB60BF (or 0xDB60BF) is known color: Free Speech Magenta. HEX triplet: DB, 60 and BF. RGB value is (219,96,191). Sum of RGB (Red+Green+Blue) = 219+96+191=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60BF is #249F40. Grayscale: #8F8F8F. Windows color (decimal): -2400065 or 12542171. OLE color: 12542171.
HSL color Cylindrical-coordinate representation of color #DB60BF: hue angle of 313.66º 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 #DB60BF is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 191 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.14 |
| HSL | 313.66º | 0.63% | 0.62% | - |
| HSV(B) | 313.66º | 0.56% | 0.86% | - |
| XYZ | 42.8 | 27.19 | 52.28 | - |
| YUV | 143.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 191 | 0 | 0.56 | 0.13 | 0.14 | 313.66 | 0.63 | 0.62 |
| Hex | DB | 60 | BF | 0 | 38 | D | E | 13A | 3F | 3E |
| Octal | 333 | 140 | 277 | 0 | 70 | 15 | 16 | 472 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10111111 | 0 | 111000 | 1101 | 1110 | 100111010 | 111111 | 111110 |
Color Harmonies of #DB60BF
Complementary color
Monochromatic Colors of #DB60BF
Black with #DB60BF
Text Example
Text Example
White with #DB60BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60BF; }
p { color: rgb(219,96,191); }
H1.HeaderClassName
{
color: #DB60BF;
}
.AnyTagClassName
{
color: #DB60BF;
}
</style>
background-color css
<style>
a { background-color: #DB60BF; }
a { background-color: rgb(219,96,191); }
div.DivClassName
{
background-color: #DB60BF;
}
.BgClassName
{
background-color: #DB60BF;
}
</style>
border-color css
<style>
span { border-color: #DB60BF; }
span { border-color: rgb(219,96,191); }
td.TdClassName
{
border-color: #DB60BF;
}
.TagClassName
{
border-color: #DB60BF;
}
</style>