Html Css Color HEX #DB5ECC Free Speech Magenta
📋 copy color: '#DB5ECC'red 219 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #DB5ECC
Tints of Free Speech Magenta #DB5ECC
RGB
CMYK
RGB Variations
Color information
#DB5ECC (or 0xDB5ECC) is known color: Free Speech Magenta. HEX triplet: DB, 5E and CC. RGB value is (219,94,204). Sum of RGB (Red+Green+Blue) = 219+94+204=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ECC is #24A133. Grayscale: #8F8F8F. Windows color (decimal): -2400564 or 13393627. OLE color: 13393627.
HSL color Cylindrical-coordinate representation of color #DB5ECC: hue angle of 307.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5ECC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 94 | 204 | - |
CMYK | 0 | 0.57 | 0.07 | 0.14 |
HSL | 307.2º | 0.63% | 0.61% | - |
HSV(B) | 307.2º | 0.57% | 0.86% | - |
XYZ | 44.12 | 27.43 | 60.1 | - |
YUV | 143.92 | 161.91 | 181.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 94 | 204 | 0 | 0.57 | 0.07 | 0.14 | 307.2 | 0.63 | 0.61 |
Hex | DB | 5E | CC | 0 | 39 | 7 | E | 133 | 3F | 3D |
Octal | 333 | 136 | 314 | 0 | 71 | 7 | 16 | 463 | 77 | 75 |
Binary | 11011011 | 1011110 | 11001100 | 0 | 111001 | 111 | 1110 | 100110011 | 111111 | 111101 |
Color Harmonies of #DB5ECC
Complementary color
Monochromatic Colors of #DB5ECC
Black with #DB5ECC
Text Example
Text Example
White with #DB5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ECC; }
p { color: rgb(219,94,204); }
H1.HeaderClassName
{
color: #DB5ECC;
}
.AnyTagClassName
{
color: #DB5ECC;
}
</style>
background-color css
<style>
a { background-color: #DB5ECC; }
a { background-color: rgb(219,94,204); }
div.DivClassName
{
background-color: #DB5ECC;
}
.BgClassName
{
background-color: #DB5ECC;
}
</style>
border-color css
<style>
span { border-color: #DB5ECC; }
span { border-color: rgb(219,94,204); }
td.TdClassName
{
border-color: #DB5ECC;
}
.TagClassName
{
border-color: #DB5ECC;
}
</style>