Html Css Color HEX #DB5ACC Free Speech Magenta
📋 copy color: '#DB5ACC'red 219 ◦ green 90 ◦ blue 204
Shades of Free Speech Magenta #DB5ACC
Tints of Free Speech Magenta #DB5ACC
RGB
CMYK
RGB Variations
Color information
#DB5ACC (or 0xDB5ACC) is known color: Free Speech Magenta. HEX triplet: DB, 5A and CC. RGB value is (219,90,204). Sum of RGB (Red+Green+Blue) = 219+90+204=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ACC is #24A533. Grayscale: #8D8D8D. Windows color (decimal): -2401588 or 13392603. OLE color: 13392603.
HSL color Cylindrical-coordinate representation of color #DB5ACC: hue angle of 306.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5ACC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 204 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.14 |
| HSL | 306.98º | 0.64% | 0.61% | - |
| HSV(B) | 306.98º | 0.59% | 0.86% | - |
| XYZ | 43.77 | 26.73 | 59.98 | - |
| YUV | 141.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 204 | 0 | 0.59 | 0.07 | 0.14 | 306.98 | 0.64 | 0.61 |
| Hex | DB | 5A | CC | 0 | 3B | 7 | E | 133 | 40 | 3D |
| Octal | 333 | 132 | 314 | 0 | 73 | 7 | 16 | 463 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11001100 | 0 | 111011 | 111 | 1110 | 100110011 | 1000000 | 111101 |
Color Harmonies of #DB5ACC
Complementary color
Monochromatic Colors of #DB5ACC
Black with #DB5ACC
Text Example
Text Example
White with #DB5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ACC; }
p { color: rgb(219,90,204); }
H1.HeaderClassName
{
color: #DB5ACC;
}
.AnyTagClassName
{
color: #DB5ACC;
}
</style>
background-color css
<style>
a { background-color: #DB5ACC; }
a { background-color: rgb(219,90,204); }
div.DivClassName
{
background-color: #DB5ACC;
}
.BgClassName
{
background-color: #DB5ACC;
}
</style>
border-color css
<style>
span { border-color: #DB5ACC; }
span { border-color: rgb(219,90,204); }
td.TdClassName
{
border-color: #DB5ACC;
}
.TagClassName
{
border-color: #DB5ACC;
}
</style>