Html Css Color HEX #DB64C8 Free Speech Magenta
📋 copy color: '#DB64C8'red 219 ◦ green 100 ◦ blue 200
Shades of Free Speech Magenta #DB64C8
Tints of Free Speech Magenta #DB64C8
RGB
CMYK
RGB Variations
Color information
#DB64C8 (or 0xDB64C8) is known color: Free Speech Magenta. HEX triplet: DB, 64 and C8. RGB value is (219,100,200). Sum of RGB (Red+Green+Blue) = 219+100+200=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64C8 is #249B37. Grayscale: #929292. Windows color (decimal): -2399032 or 13133019. OLE color: 13133019.
HSL color Cylindrical-coordinate representation of color #DB64C8: hue angle of 309.58º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB64C8 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 200 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.14 |
| HSL | 309.58º | 0.62% | 0.63% | - |
| HSV(B) | 309.58º | 0.54% | 0.86% | - |
| XYZ | 44.2 | 28.34 | 57.79 | - |
| YUV | 146.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 200 | 0 | 0.54 | 0.09 | 0.14 | 309.58 | 0.62 | 0.63 |
| Hex | DB | 64 | C8 | 0 | 36 | 9 | E | 136 | 3E | 3F |
| Octal | 333 | 144 | 310 | 0 | 66 | 11 | 16 | 466 | 76 | 77 |
| Binary | 11011011 | 1100100 | 11001000 | 0 | 110110 | 1001 | 1110 | 100110110 | 111110 | 111111 |
Color Harmonies of #DB64C8
Complementary color
Monochromatic Colors of #DB64C8
Black with #DB64C8
Text Example
Text Example
White with #DB64C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64C8; }
p { color: rgb(219,100,200); }
H1.HeaderClassName
{
color: #DB64C8;
}
.AnyTagClassName
{
color: #DB64C8;
}
</style>
background-color css
<style>
a { background-color: #DB64C8; }
a { background-color: rgb(219,100,200); }
div.DivClassName
{
background-color: #DB64C8;
}
.BgClassName
{
background-color: #DB64C8;
}
</style>
border-color css
<style>
span { border-color: #DB64C8; }
span { border-color: rgb(219,100,200); }
td.TdClassName
{
border-color: #DB64C8;
}
.TagClassName
{
border-color: #DB64C8;
}
</style>