Html Css Color HEX #DB46D4 Free Speech Magenta
📋 copy color: '#DB46D4'red 219 ◦ green 70 ◦ blue 212
Shades of Free Speech Magenta #DB46D4
Tints of Free Speech Magenta #DB46D4
RGB
CMYK
RGB Variations
Color information
#DB46D4 (or 0xDB46D4) is known color: Free Speech Magenta. HEX triplet: DB, 46 and D4. RGB value is (219,70,212). Sum of RGB (Red+Green+Blue) = 219+70+212=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46D4 is #24B92B. Grayscale: #828282. Windows color (decimal): -2406700 or 13911771. OLE color: 13911771.
HSL color Cylindrical-coordinate representation of color #DB46D4: hue angle of 302.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46D4 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 212 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.14 |
| HSL | 302.82º | 0.67% | 0.57% | - |
| HSV(B) | 302.82º | 0.68% | 0.86% | - |
| XYZ | 43.29 | 24.19 | 64.68 | - |
| YUV | 130.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 212 | 0 | 0.68 | 0.03 | 0.14 | 302.82 | 0.67 | 0.57 |
| Hex | DB | 46 | D4 | 0 | 44 | 3 | E | 12F | 43 | 39 |
| Octal | 333 | 106 | 324 | 0 | 104 | 3 | 16 | 457 | 103 | 71 |
| Binary | 11011011 | 1000110 | 11010100 | 0 | 1000100 | 11 | 1110 | 100101111 | 1000011 | 111001 |
Color Harmonies of #DB46D4
Complementary color
Monochromatic Colors of #DB46D4
Black with #DB46D4
Text Example
Text Example
White with #DB46D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46D4; }
p { color: rgb(219,70,212); }
H1.HeaderClassName
{
color: #DB46D4;
}
.AnyTagClassName
{
color: #DB46D4;
}
</style>
background-color css
<style>
a { background-color: #DB46D4; }
a { background-color: rgb(219,70,212); }
div.DivClassName
{
background-color: #DB46D4;
}
.BgClassName
{
background-color: #DB46D4;
}
</style>
border-color css
<style>
span { border-color: #DB46D4; }
span { border-color: rgb(219,70,212); }
td.TdClassName
{
border-color: #DB46D4;
}
.TagClassName
{
border-color: #DB46D4;
}
</style>