Html Css Color HEX #DB43CE Free Speech Magenta
📋 copy color: '#DB43CE'red 219 ◦ green 67 ◦ blue 206
Shades of Free Speech Magenta #DB43CE
Tints of Free Speech Magenta #DB43CE
RGB
CMYK
RGB Variations
Color information
#DB43CE (or 0xDB43CE) is known color: Free Speech Magenta. HEX triplet: DB, 43 and CE. RGB value is (219,67,206). Sum of RGB (Red+Green+Blue) = 219+67+206=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43CE is #24BC31. Grayscale: #7F7F7F. Windows color (decimal): -2407474 or 13517787. OLE color: 13517787.
HSL color Cylindrical-coordinate representation of color #DB43CE: hue angle of 305.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB43CE is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 206 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.14 |
| HSL | 305.13º | 0.68% | 0.56% | - |
| HSV(B) | 305.13º | 0.69% | 0.86% | - |
| XYZ | 42.36 | 23.53 | 60.7 | - |
| YUV | 128.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 206 | 0 | 0.69 | 0.06 | 0.14 | 305.13 | 0.68 | 0.56 |
| Hex | DB | 43 | CE | 0 | 45 | 6 | E | 131 | 44 | 38 |
| Octal | 333 | 103 | 316 | 0 | 105 | 6 | 16 | 461 | 104 | 70 |
| Binary | 11011011 | 1000011 | 11001110 | 0 | 1000101 | 110 | 1110 | 100110001 | 1000100 | 111000 |
Color Harmonies of #DB43CE
Complementary color
Monochromatic Colors of #DB43CE
Black with #DB43CE
Text Example
Text Example
White with #DB43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43CE; }
p { color: rgb(219,67,206); }
H1.HeaderClassName
{
color: #DB43CE;
}
.AnyTagClassName
{
color: #DB43CE;
}
</style>
background-color css
<style>
a { background-color: #DB43CE; }
a { background-color: rgb(219,67,206); }
div.DivClassName
{
background-color: #DB43CE;
}
.BgClassName
{
background-color: #DB43CE;
}
</style>
border-color css
<style>
span { border-color: #DB43CE; }
span { border-color: rgb(219,67,206); }
td.TdClassName
{
border-color: #DB43CE;
}
.TagClassName
{
border-color: #DB43CE;
}
</style>