Html Css Color HEX #DB60CC Free Speech Magenta
📋 copy color: '#DB60CC'red 219 ◦ green 96 ◦ blue 204
Shades of Free Speech Magenta #DB60CC
Tints of Free Speech Magenta #DB60CC
RGB
CMYK
RGB Variations
Color information
#DB60CC (or 0xDB60CC) is known color: Free Speech Magenta. HEX triplet: DB, 60 and CC. RGB value is (219,96,204). Sum of RGB (Red+Green+Blue) = 219+96+204=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60CC is #249F33. Grayscale: #909090. Windows color (decimal): -2400052 or 13394139. OLE color: 13394139.
HSL color Cylindrical-coordinate representation of color #DB60CC: hue angle of 307.32º 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 #DB60CC is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 204 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.14 |
| HSL | 307.32º | 0.63% | 0.62% | - |
| HSV(B) | 307.32º | 0.56% | 0.86% | - |
| XYZ | 44.3 | 27.79 | 60.16 | - |
| YUV | 145.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 204 | 0 | 0.56 | 0.07 | 0.14 | 307.32 | 0.63 | 0.62 |
| Hex | DB | 60 | CC | 0 | 38 | 7 | E | 133 | 3F | 3E |
| Octal | 333 | 140 | 314 | 0 | 70 | 7 | 16 | 463 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11001100 | 0 | 111000 | 111 | 1110 | 100110011 | 111111 | 111110 |
Color Harmonies of #DB60CC
Complementary color
Monochromatic Colors of #DB60CC
Black with #DB60CC
Text Example
Text Example
White with #DB60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60CC; }
p { color: rgb(219,96,204); }
H1.HeaderClassName
{
color: #DB60CC;
}
.AnyTagClassName
{
color: #DB60CC;
}
</style>
background-color css
<style>
a { background-color: #DB60CC; }
a { background-color: rgb(219,96,204); }
div.DivClassName
{
background-color: #DB60CC;
}
.BgClassName
{
background-color: #DB60CC;
}
</style>
border-color css
<style>
span { border-color: #DB60CC; }
span { border-color: rgb(219,96,204); }
td.TdClassName
{
border-color: #DB60CC;
}
.TagClassName
{
border-color: #DB60CC;
}
</style>