Html Css Color HEX #DB62CA Free Speech Magenta
📋 copy color: '#DB62CA'red 219 ◦ green 98 ◦ blue 202
Shades of Free Speech Magenta #DB62CA
Tints of Free Speech Magenta #DB62CA
RGB
CMYK
RGB Variations
Color information
#DB62CA (or 0xDB62CA) is known color: Free Speech Magenta. HEX triplet: DB, 62 and CA. RGB value is (219,98,202). Sum of RGB (Red+Green+Blue) = 219+98+202=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62CA is #249D35. Grayscale: #919191. Windows color (decimal): -2399542 or 13263579. OLE color: 13263579.
HSL color Cylindrical-coordinate representation of color #DB62CA: hue angle of 308.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62CA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 202 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.14 |
| HSL | 308.43º | 0.63% | 0.62% | - |
| HSV(B) | 308.43º | 0.55% | 0.86% | - |
| XYZ | 44.24 | 28.06 | 58.96 | - |
| YUV | 146.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 202 | 0 | 0.55 | 0.08 | 0.14 | 308.43 | 0.63 | 0.62 |
| Hex | DB | 62 | CA | 0 | 37 | 8 | E | 134 | 3F | 3E |
| Octal | 333 | 142 | 312 | 0 | 67 | 10 | 16 | 464 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11001010 | 0 | 110111 | 1000 | 1110 | 100110100 | 111111 | 111110 |
Color Harmonies of #DB62CA
Complementary color
Monochromatic Colors of #DB62CA
Black with #DB62CA
Text Example
Text Example
White with #DB62CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62CA; }
p { color: rgb(219,98,202); }
H1.HeaderClassName
{
color: #DB62CA;
}
.AnyTagClassName
{
color: #DB62CA;
}
</style>
background-color css
<style>
a { background-color: #DB62CA; }
a { background-color: rgb(219,98,202); }
div.DivClassName
{
background-color: #DB62CA;
}
.BgClassName
{
background-color: #DB62CA;
}
</style>
border-color css
<style>
span { border-color: #DB62CA; }
span { border-color: rgb(219,98,202); }
td.TdClassName
{
border-color: #DB62CA;
}
.TagClassName
{
border-color: #DB62CA;
}
</style>