Html Css Color HEX #DB60C3 Free Speech Magenta
📋 copy color: '#DB60C3'red 219 ◦ green 96 ◦ blue 195
Shades of Free Speech Magenta #DB60C3
Tints of Free Speech Magenta #DB60C3
RGB
CMYK
RGB Variations
Color information
#DB60C3 (or 0xDB60C3) is known color: Free Speech Magenta. HEX triplet: DB, 60 and C3. RGB value is (219,96,195). Sum of RGB (Red+Green+Blue) = 219+96+195=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60C3 is #249F3C. Grayscale: #8F8F8F. Windows color (decimal): -2400061 or 12804315. OLE color: 12804315.
HSL color Cylindrical-coordinate representation of color #DB60C3: hue angle of 311.71º 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 #DB60C3 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 195 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.14 |
| HSL | 311.71º | 0.63% | 0.62% | - |
| HSV(B) | 311.71º | 0.56% | 0.86% | - |
| XYZ | 43.25 | 27.37 | 54.63 | - |
| YUV | 144.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 195 | 0 | 0.56 | 0.11 | 0.14 | 311.71 | 0.63 | 0.62 |
| Hex | DB | 60 | C3 | 0 | 38 | B | E | 138 | 3F | 3E |
| Octal | 333 | 140 | 303 | 0 | 70 | 13 | 16 | 470 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11000011 | 0 | 111000 | 1011 | 1110 | 100111000 | 111111 | 111110 |
Color Harmonies of #DB60C3
Complementary color
Monochromatic Colors of #DB60C3
Black with #DB60C3
Text Example
Text Example
White with #DB60C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60C3; }
p { color: rgb(219,96,195); }
H1.HeaderClassName
{
color: #DB60C3;
}
.AnyTagClassName
{
color: #DB60C3;
}
</style>
background-color css
<style>
a { background-color: #DB60C3; }
a { background-color: rgb(219,96,195); }
div.DivClassName
{
background-color: #DB60C3;
}
.BgClassName
{
background-color: #DB60C3;
}
</style>
border-color css
<style>
span { border-color: #DB60C3; }
span { border-color: rgb(219,96,195); }
td.TdClassName
{
border-color: #DB60C3;
}
.TagClassName
{
border-color: #DB60C3;
}
</style>