Html Css Color HEX #DB60CF Free Speech Magenta
📋 copy color: '#DB60CF'red 219 ◦ green 96 ◦ blue 207
Shades of Free Speech Magenta #DB60CF
Tints of Free Speech Magenta #DB60CF
RGB
CMYK
RGB Variations
Color information
#DB60CF (or 0xDB60CF) is known color: Free Speech Magenta. HEX triplet: DB, 60 and CF. RGB value is (219,96,207). Sum of RGB (Red+Green+Blue) = 219+96+207=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60CF is #249F30. Grayscale: #919191. Windows color (decimal): -2400049 or 13590747. OLE color: 13590747.
HSL color Cylindrical-coordinate representation of color #DB60CF: hue angle of 305.85º 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 #DB60CF is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 207 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.14 |
| HSL | 305.85º | 0.63% | 0.62% | - |
| HSV(B) | 305.85º | 0.56% | 0.86% | - |
| XYZ | 44.66 | 27.93 | 62.07 | - |
| YUV | 145.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 207 | 0 | 0.56 | 0.05 | 0.14 | 305.85 | 0.63 | 0.62 |
| Hex | DB | 60 | CF | 0 | 38 | 5 | E | 132 | 3F | 3E |
| Octal | 333 | 140 | 317 | 0 | 70 | 5 | 16 | 462 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11001111 | 0 | 111000 | 101 | 1110 | 100110010 | 111111 | 111110 |
Color Harmonies of #DB60CF
Complementary color
Monochromatic Colors of #DB60CF
Black with #DB60CF
Text Example
Text Example
White with #DB60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60CF; }
p { color: rgb(219,96,207); }
H1.HeaderClassName
{
color: #DB60CF;
}
.AnyTagClassName
{
color: #DB60CF;
}
</style>
background-color css
<style>
a { background-color: #DB60CF; }
a { background-color: rgb(219,96,207); }
div.DivClassName
{
background-color: #DB60CF;
}
.BgClassName
{
background-color: #DB60CF;
}
</style>
border-color css
<style>
span { border-color: #DB60CF; }
span { border-color: rgb(219,96,207); }
td.TdClassName
{
border-color: #DB60CF;
}
.TagClassName
{
border-color: #DB60CF;
}
</style>