Html Css Color HEX #DB39D2 Free Speech Magenta
📋 copy color: '#DB39D2'red 219 ◦ green 57 ◦ blue 210
Shades of Free Speech Magenta #DB39D2
Tints of Free Speech Magenta #DB39D2
RGB
CMYK
RGB Variations
Color information
#DB39D2 (or 0xDB39D2) is known color: Free Speech Magenta. HEX triplet: DB, 39 and D2. RGB value is (219,57,210). Sum of RGB (Red+Green+Blue) = 219+57+210=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39D2 is #24C62D. Grayscale: #7A7A7A. Windows color (decimal): -2410030 or 13777371. OLE color: 13777371.
HSL color Cylindrical-coordinate representation of color #DB39D2: hue angle of 303.33º 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 #DB39D2 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 210 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.14 |
| HSL | 303.33º | 0.69% | 0.54% | - |
| HSV(B) | 303.33º | 0.74% | 0.86% | - |
| XYZ | 42.31 | 22.64 | 63.11 | - |
| YUV | 122.88 | 177.17 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 210 | 0 | 0.74 | 0.04 | 0.14 | 303.33 | 0.69 | 0.54 |
| Hex | DB | 39 | D2 | 0 | 4A | 4 | E | 12F | 45 | 36 |
| Octal | 333 | 71 | 322 | 0 | 112 | 4 | 16 | 457 | 105 | 66 |
| Binary | 11011011 | 111001 | 11010010 | 0 | 1001010 | 100 | 1110 | 100101111 | 1000101 | 110110 |
Color Harmonies of #DB39D2
Complementary color
Monochromatic Colors of #DB39D2
Black with #DB39D2
Text Example
Text Example
White with #DB39D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39D2; }
p { color: rgb(219,57,210); }
H1.HeaderClassName
{
color: #DB39D2;
}
.AnyTagClassName
{
color: #DB39D2;
}
</style>
background-color css
<style>
a { background-color: #DB39D2; }
a { background-color: rgb(219,57,210); }
div.DivClassName
{
background-color: #DB39D2;
}
.BgClassName
{
background-color: #DB39D2;
}
</style>
border-color css
<style>
span { border-color: #DB39D2; }
span { border-color: rgb(219,57,210); }
td.TdClassName
{
border-color: #DB39D2;
}
.TagClassName
{
border-color: #DB39D2;
}
</style>