Html Css Color HEX #DB49D3 Free Speech Magenta
📋 copy color: '#DB49D3'red 219 ◦ green 73 ◦ blue 211
Shades of Free Speech Magenta #DB49D3
Tints of Free Speech Magenta #DB49D3
RGB
CMYK
RGB Variations
Color information
#DB49D3 (or 0xDB49D3) is known color: Free Speech Magenta. HEX triplet: DB, 49 and D3. RGB value is (219,73,211). Sum of RGB (Red+Green+Blue) = 219+73+211=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49D3 is #24B62C. Grayscale: #838383. Windows color (decimal): -2405933 or 13847003. OLE color: 13847003.
HSL color Cylindrical-coordinate representation of color #DB49D3: hue angle of 303.29º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49D3 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 73 | 211 | - |
CMYK | 0 | 0.67 | 0.04 | 0.14 |
HSL | 303.29º | 0.67% | 0.57% | - |
HSV(B) | 303.29º | 0.67% | 0.86% | - |
XYZ | 43.35 | 24.53 | 64.08 | - |
YUV | 132.39 | 172.37 | 189.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 73 | 211 | 0 | 0.67 | 0.04 | 0.14 | 303.29 | 0.67 | 0.57 |
Hex | DB | 49 | D3 | 0 | 43 | 4 | E | 12F | 43 | 39 |
Octal | 333 | 111 | 323 | 0 | 103 | 4 | 16 | 457 | 103 | 71 |
Binary | 11011011 | 1001001 | 11010011 | 0 | 1000011 | 100 | 1110 | 100101111 | 1000011 | 111001 |
Color Harmonies of #DB49D3
Complementary color
Monochromatic Colors of #DB49D3
Black with #DB49D3
Text Example
Text Example
White with #DB49D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49D3; }
p { color: rgb(219,73,211); }
H1.HeaderClassName
{
color: #DB49D3;
}
.AnyTagClassName
{
color: #DB49D3;
}
</style>
background-color css
<style>
a { background-color: #DB49D3; }
a { background-color: rgb(219,73,211); }
div.DivClassName
{
background-color: #DB49D3;
}
.BgClassName
{
background-color: #DB49D3;
}
</style>
border-color css
<style>
span { border-color: #DB49D3; }
span { border-color: rgb(219,73,211); }
td.TdClassName
{
border-color: #DB49D3;
}
.TagClassName
{
border-color: #DB49D3;
}
</style>