Html Css Color HEX #DB61CA Free Speech Magenta
📋 copy color: '#DB61CA'red 219 ◦ green 97 ◦ blue 202
Shades of Free Speech Magenta #DB61CA
Tints of Free Speech Magenta #DB61CA
RGB
CMYK
RGB Variations
Color information
#DB61CA (or 0xDB61CA) is known color: Free Speech Magenta. HEX triplet: DB, 61 and CA. RGB value is (219,97,202). Sum of RGB (Red+Green+Blue) = 219+97+202=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61CA is #249E35. Grayscale: #919191. Windows color (decimal): -2399798 or 13263323. OLE color: 13263323.
HSL color Cylindrical-coordinate representation of color #DB61CA: hue angle of 308.36º 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 #DB61CA is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 202 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.14 |
| HSL | 308.36º | 0.63% | 0.62% | - |
| HSV(B) | 308.36º | 0.56% | 0.86% | - |
| XYZ | 44.15 | 27.87 | 58.93 | - |
| YUV | 145.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 202 | 0 | 0.56 | 0.08 | 0.14 | 308.36 | 0.63 | 0.62 |
| Hex | DB | 61 | CA | 0 | 38 | 8 | E | 134 | 3F | 3E |
| Octal | 333 | 141 | 312 | 0 | 70 | 10 | 16 | 464 | 77 | 76 |
| Binary | 11011011 | 1100001 | 11001010 | 0 | 111000 | 1000 | 1110 | 100110100 | 111111 | 111110 |
Color Harmonies of #DB61CA
Complementary color
Monochromatic Colors of #DB61CA
Black with #DB61CA
Text Example
Text Example
White with #DB61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61CA; }
p { color: rgb(219,97,202); }
H1.HeaderClassName
{
color: #DB61CA;
}
.AnyTagClassName
{
color: #DB61CA;
}
</style>
background-color css
<style>
a { background-color: #DB61CA; }
a { background-color: rgb(219,97,202); }
div.DivClassName
{
background-color: #DB61CA;
}
.BgClassName
{
background-color: #DB61CA;
}
</style>
border-color css
<style>
span { border-color: #DB61CA; }
span { border-color: rgb(219,97,202); }
td.TdClassName
{
border-color: #DB61CA;
}
.TagClassName
{
border-color: #DB61CA;
}
</style>