Html Css Color HEX #DB4AD6 Free Speech Magenta
📋 copy color: '#DB4AD6'red 219 ◦ green 74 ◦ blue 214
Shades of Free Speech Magenta #DB4AD6
Tints of Free Speech Magenta #DB4AD6
RGB
CMYK
RGB Variations
Color information
#DB4AD6 (or 0xDB4AD6) is known color: Free Speech Magenta. HEX triplet: DB, 4A and D6. RGB value is (219,74,214). Sum of RGB (Red+Green+Blue) = 219+74+214=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AD6 is #24B529. Grayscale: #848484. Windows color (decimal): -2405674 or 14043867. OLE color: 14043867.
HSL color Cylindrical-coordinate representation of color #DB4AD6: hue angle of 302.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4AD6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 74 | 214 | - |
CMYK | 0 | 0.66 | 0.02 | 0.14 |
HSL | 302.07º | 0.67% | 0.57% | - |
HSV(B) | 302.07º | 0.66% | 0.86% | - |
XYZ | 43.8 | 24.81 | 66.1 | - |
YUV | 133.32 | 173.54 | 189.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 74 | 214 | 0 | 0.66 | 0.02 | 0.14 | 302.07 | 0.67 | 0.57 |
Hex | DB | 4A | D6 | 0 | 42 | 2 | E | 12E | 43 | 39 |
Octal | 333 | 112 | 326 | 0 | 102 | 2 | 16 | 456 | 103 | 71 |
Binary | 11011011 | 1001010 | 11010110 | 0 | 1000010 | 10 | 1110 | 100101110 | 1000011 | 111001 |
Color Harmonies of #DB4AD6
Complementary color
Monochromatic Colors of #DB4AD6
Black with #DB4AD6
Text Example
Text Example
White with #DB4AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AD6; }
p { color: rgb(219,74,214); }
H1.HeaderClassName
{
color: #DB4AD6;
}
.AnyTagClassName
{
color: #DB4AD6;
}
</style>
background-color css
<style>
a { background-color: #DB4AD6; }
a { background-color: rgb(219,74,214); }
div.DivClassName
{
background-color: #DB4AD6;
}
.BgClassName
{
background-color: #DB4AD6;
}
</style>
border-color css
<style>
span { border-color: #DB4AD6; }
span { border-color: rgb(219,74,214); }
td.TdClassName
{
border-color: #DB4AD6;
}
.TagClassName
{
border-color: #DB4AD6;
}
</style>