Html Css Color HEX #DB60D4 Free Speech Magenta
📋 copy color: '#DB60D4'red 219 ◦ green 96 ◦ blue 212
Shades of Free Speech Magenta #DB60D4
Tints of Free Speech Magenta #DB60D4
RGB
CMYK
RGB Variations
Color information
#DB60D4 (or 0xDB60D4) is known color: Free Speech Magenta. HEX triplet: DB, 60 and D4. RGB value is (219,96,212). Sum of RGB (Red+Green+Blue) = 219+96+212=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60D4 is #249F2B. Grayscale: #919191. Windows color (decimal): -2400044 or 13918427. OLE color: 13918427.
HSL color Cylindrical-coordinate representation of color #DB60D4: hue angle of 303.41º 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 #DB60D4 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 212 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.14 |
| HSL | 303.41º | 0.63% | 0.62% | - |
| HSV(B) | 303.41º | 0.56% | 0.86% | - |
| XYZ | 45.28 | 28.18 | 65.34 | - |
| YUV | 146 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 212 | 0 | 0.56 | 0.03 | 0.14 | 303.41 | 0.63 | 0.62 |
| Hex | DB | 60 | D4 | 0 | 38 | 3 | E | 12F | 3F | 3E |
| Octal | 333 | 140 | 324 | 0 | 70 | 3 | 16 | 457 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11010100 | 0 | 111000 | 11 | 1110 | 100101111 | 111111 | 111110 |
Color Harmonies of #DB60D4
Complementary color
Monochromatic Colors of #DB60D4
Black with #DB60D4
Text Example
Text Example
White with #DB60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60D4; }
p { color: rgb(219,96,212); }
H1.HeaderClassName
{
color: #DB60D4;
}
.AnyTagClassName
{
color: #DB60D4;
}
</style>
background-color css
<style>
a { background-color: #DB60D4; }
a { background-color: rgb(219,96,212); }
div.DivClassName
{
background-color: #DB60D4;
}
.BgClassName
{
background-color: #DB60D4;
}
</style>
border-color css
<style>
span { border-color: #DB60D4; }
span { border-color: rgb(219,96,212); }
td.TdClassName
{
border-color: #DB60D4;
}
.TagClassName
{
border-color: #DB60D4;
}
</style>