Html Css Color HEX #DB5DC6 Free Speech Magenta
📋 copy color: '#DB5DC6'red 219 ◦ green 93 ◦ blue 198
Shades of Free Speech Magenta #DB5DC6
Tints of Free Speech Magenta #DB5DC6
RGB
CMYK
RGB Variations
Color information
#DB5DC6 (or 0xDB5DC6) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C6. RGB value is (219,93,198). Sum of RGB (Red+Green+Blue) = 219+93+198=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC6 is #24A239. Grayscale: #8E8E8E. Windows color (decimal): -2400826 or 13000155. OLE color: 13000155.
HSL color Cylindrical-coordinate representation of color #DB5DC6: hue angle of 310º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DC6 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 198 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.14 |
| HSL | 310º | 0.64% | 0.61% | - |
| HSV(B) | 310º | 0.58% | 0.86% | - |
| XYZ | 43.32 | 26.97 | 56.35 | - |
| YUV | 142.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 198 | 0 | 0.58 | 0.10 | 0.14 | 310 | 0.64 | 0.61 |
| Hex | DB | 5D | C6 | 0 | 3A | A | E | 136 | 40 | 3D |
| Octal | 333 | 135 | 306 | 0 | 72 | 12 | 16 | 466 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11000110 | 0 | 111010 | 1010 | 1110 | 100110110 | 1000000 | 111101 |
Color Harmonies of #DB5DC6
Complementary color
Monochromatic Colors of #DB5DC6
Black with #DB5DC6
Text Example
Text Example
White with #DB5DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DC6; }
p { color: rgb(219,93,198); }
H1.HeaderClassName
{
color: #DB5DC6;
}
.AnyTagClassName
{
color: #DB5DC6;
}
</style>
background-color css
<style>
a { background-color: #DB5DC6; }
a { background-color: rgb(219,93,198); }
div.DivClassName
{
background-color: #DB5DC6;
}
.BgClassName
{
background-color: #DB5DC6;
}
</style>
border-color css
<style>
span { border-color: #DB5DC6; }
span { border-color: rgb(219,93,198); }
td.TdClassName
{
border-color: #DB5DC6;
}
.TagClassName
{
border-color: #DB5DC6;
}
</style>