Html Css Color HEX #DB43DB Free Speech Magenta
📋 copy color: '#DB43DB'red 219 ◦ green 67 ◦ blue 219
Shades of Free Speech Magenta #DB43DB
Tints of Free Speech Magenta #DB43DB
RGB
CMYK
RGB Variations
Color information
#DB43DB (or 0xDB43DB) is known color: Free Speech Magenta. HEX triplet: DB, 43 and DB. RGB value is (219,67,219). Sum of RGB (Red+Green+Blue) = 219+67+219=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43DB is #24BC24. Grayscale: #818181. Windows color (decimal): -2407461 or 14369755. OLE color: 14369755.
HSL color Cylindrical-coordinate representation of color #DB43DB: hue angle of 300º 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 #DB43DB is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 67 | 219 | - |
CMYK | 0 | 0.69 | 0 | 0.14 |
HSL | 300º | 0.68% | 0.56% | - |
HSV(B) | 300º | 0.69% | 0.86% | - |
XYZ | 44.01 | 24.19 | 69.37 | - |
YUV | 129.78 | 178.36 | 191.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 67 | 219 | 0 | 0.69 | 0 | 0.14 | 300 | 0.68 | 0.56 |
Hex | DB | 43 | DB | 0 | 45 | 0 | E | 12C | 44 | 38 |
Octal | 333 | 103 | 333 | 0 | 105 | 0 | 16 | 454 | 104 | 70 |
Binary | 11011011 | 1000011 | 11011011 | 0 | 1000101 | 0 | 1110 | 100101100 | 1000100 | 111000 |
Color Harmonies of #DB43DB
Complementary color
Monochromatic Colors of #DB43DB
Black with #DB43DB
Text Example
Text Example
White with #DB43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43DB; }
p { color: rgb(219,67,219); }
H1.HeaderClassName
{
color: #DB43DB;
}
.AnyTagClassName
{
color: #DB43DB;
}
</style>
background-color css
<style>
a { background-color: #DB43DB; }
a { background-color: rgb(219,67,219); }
div.DivClassName
{
background-color: #DB43DB;
}
.BgClassName
{
background-color: #DB43DB;
}
</style>
border-color css
<style>
span { border-color: #DB43DB; }
span { border-color: rgb(219,67,219); }
td.TdClassName
{
border-color: #DB43DB;
}
.TagClassName
{
border-color: #DB43DB;
}
</style>