Html Css Color HEX #DB39D4 Free Speech Magenta
📋 copy color: '#DB39D4'red 219 ◦ green 57 ◦ blue 212
Shades of Free Speech Magenta #DB39D4
Tints of Free Speech Magenta #DB39D4
RGB
CMYK
RGB Variations
Color information
#DB39D4 (or 0xDB39D4) is known color: Free Speech Magenta. HEX triplet: DB, 39 and D4. RGB value is (219,57,212). Sum of RGB (Red+Green+Blue) = 219+57+212=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39D4 is #24C62B. Grayscale: #7A7A7A. Windows color (decimal): -2410028 or 13908443. OLE color: 13908443.
HSL color Cylindrical-coordinate representation of color #DB39D4: hue angle of 302.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB39D4 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 212 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.14 |
| HSL | 302.59º | 0.69% | 0.54% | - |
| HSV(B) | 302.59º | 0.74% | 0.86% | - |
| XYZ | 42.56 | 22.74 | 64.43 | - |
| YUV | 123.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 212 | 0 | 0.74 | 0.03 | 0.14 | 302.59 | 0.69 | 0.54 |
| Hex | DB | 39 | D4 | 0 | 4A | 3 | E | 12F | 45 | 36 |
| Octal | 333 | 71 | 324 | 0 | 112 | 3 | 16 | 457 | 105 | 66 |
| Binary | 11011011 | 111001 | 11010100 | 0 | 1001010 | 11 | 1110 | 100101111 | 1000101 | 110110 |
Color Harmonies of #DB39D4
Complementary color
Monochromatic Colors of #DB39D4
Black with #DB39D4
Text Example
Text Example
White with #DB39D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39D4; }
p { color: rgb(219,57,212); }
H1.HeaderClassName
{
color: #DB39D4;
}
.AnyTagClassName
{
color: #DB39D4;
}
</style>
background-color css
<style>
a { background-color: #DB39D4; }
a { background-color: rgb(219,57,212); }
div.DivClassName
{
background-color: #DB39D4;
}
.BgClassName
{
background-color: #DB39D4;
}
</style>
border-color css
<style>
span { border-color: #DB39D4; }
span { border-color: rgb(219,57,212); }
td.TdClassName
{
border-color: #DB39D4;
}
.TagClassName
{
border-color: #DB39D4;
}
</style>