Html Css Color HEX #DB42CA Free Speech Magenta
📋 copy color: '#DB42CA'red 219 ◦ green 66 ◦ blue 202
Shades of Free Speech Magenta #DB42CA
Tints of Free Speech Magenta #DB42CA
RGB
CMYK
RGB Variations
Color information
#DB42CA (or 0xDB42CA) is known color: Free Speech Magenta. HEX triplet: DB, 42 and CA. RGB value is (219,66,202). Sum of RGB (Red+Green+Blue) = 219+66+202=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42CA is #24BD35. Grayscale: #7E7E7E. Windows color (decimal): -2407734 or 13255387. OLE color: 13255387.
HSL color Cylindrical-coordinate representation of color #DB42CA: hue angle of 306.67º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42CA is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 202 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.14 |
| HSL | 306.67º | 0.68% | 0.56% | - |
| HSV(B) | 306.67º | 0.7% | 0.86% | - |
| XYZ | 41.82 | 23.22 | 58.15 | - |
| YUV | 127.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 202 | 0 | 0.70 | 0.08 | 0.14 | 306.67 | 0.68 | 0.56 |
| Hex | DB | 42 | CA | 0 | 46 | 8 | E | 133 | 44 | 38 |
| Octal | 333 | 102 | 312 | 0 | 106 | 10 | 16 | 463 | 104 | 70 |
| Binary | 11011011 | 1000010 | 11001010 | 0 | 1000110 | 1000 | 1110 | 100110011 | 1000100 | 111000 |
Color Harmonies of #DB42CA
Complementary color
Monochromatic Colors of #DB42CA
Black with #DB42CA
Text Example
Text Example
White with #DB42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42CA; }
p { color: rgb(219,66,202); }
H1.HeaderClassName
{
color: #DB42CA;
}
.AnyTagClassName
{
color: #DB42CA;
}
</style>
background-color css
<style>
a { background-color: #DB42CA; }
a { background-color: rgb(219,66,202); }
div.DivClassName
{
background-color: #DB42CA;
}
.BgClassName
{
background-color: #DB42CA;
}
</style>
border-color css
<style>
span { border-color: #DB42CA; }
span { border-color: rgb(219,66,202); }
td.TdClassName
{
border-color: #DB42CA;
}
.TagClassName
{
border-color: #DB42CA;
}
</style>