Html Css Color HEX #DB46CC Free Speech Magenta
📋 copy color: '#DB46CC'red 219 ◦ green 70 ◦ blue 204
Shades of Free Speech Magenta #DB46CC
Tints of Free Speech Magenta #DB46CC
RGB
CMYK
RGB Variations
Color information
#DB46CC (or 0xDB46CC) is known color: Free Speech Magenta. HEX triplet: DB, 46 and CC. RGB value is (219,70,204). Sum of RGB (Red+Green+Blue) = 219+70+204=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46CC is #24B933. Grayscale: #818181. Windows color (decimal): -2406708 or 13387483. OLE color: 13387483.
HSL color Cylindrical-coordinate representation of color #DB46CC: hue angle of 306.04º 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 #DB46CC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 70 | 204 | - |
CMYK | 0 | 0.68 | 0.07 | 0.14 |
HSL | 306.04º | 0.67% | 0.57% | - |
HSV(B) | 306.04º | 0.68% | 0.86% | - |
XYZ | 42.3 | 23.8 | 59.49 | - |
YUV | 129.83 | 169.86 | 191.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 70 | 204 | 0 | 0.68 | 0.07 | 0.14 | 306.04 | 0.67 | 0.57 |
Hex | DB | 46 | CC | 0 | 44 | 7 | E | 132 | 43 | 39 |
Octal | 333 | 106 | 314 | 0 | 104 | 7 | 16 | 462 | 103 | 71 |
Binary | 11011011 | 1000110 | 11001100 | 0 | 1000100 | 111 | 1110 | 100110010 | 1000011 | 111001 |
Color Harmonies of #DB46CC
Complementary color
Monochromatic Colors of #DB46CC
Black with #DB46CC
Text Example
Text Example
White with #DB46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46CC; }
p { color: rgb(219,70,204); }
H1.HeaderClassName
{
color: #DB46CC;
}
.AnyTagClassName
{
color: #DB46CC;
}
</style>
background-color css
<style>
a { background-color: #DB46CC; }
a { background-color: rgb(219,70,204); }
div.DivClassName
{
background-color: #DB46CC;
}
.BgClassName
{
background-color: #DB46CC;
}
</style>
border-color css
<style>
span { border-color: #DB46CC; }
span { border-color: rgb(219,70,204); }
td.TdClassName
{
border-color: #DB46CC;
}
.TagClassName
{
border-color: #DB46CC;
}
</style>