Shades of Mandy #DB454A
Tints of Mandy #DB454A
RGB
CMYK
RGB Variations
Color information
#DB454A (or 0xDB454A) is known color: Mandy. HEX triplet: DB, 45 and 4A. RGB value is (219,69,74). Sum of RGB (Red+Green+Blue) = 219+69+74=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB454A is #24BAB5. Grayscale: #727272. Windows color (decimal): -2407094 or 4867547. OLE color: 4867547.
HSL color Cylindrical-coordinate representation of color #DB454A: hue angle of 358º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB454A is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 74 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.14 |
| HSL | 358º | 0.68% | 0.56% | - |
| HSV(B) | 358º | 0.68% | 0.86% | - |
| XYZ | 32.58 | 19.81 | 8.59 | - |
| YUV | 114.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 74 | 0 | 0.68 | 0.66 | 0.14 | 358 | 0.68 | 0.56 |
| Hex | DB | 45 | 4A | 0 | 44 | 42 | E | 166 | 44 | 38 |
| Octal | 333 | 105 | 112 | 0 | 104 | 102 | 16 | 546 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1001010 | 0 | 1000100 | 1000010 | 1110 | 101100110 | 1000100 | 111000 |
Color Harmonies of #DB454A
Complementary color
Monochromatic Colors of #DB454A
Black with #DB454A
Text Example
Text Example
White with #DB454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB454A; }
p { color: rgb(219,69,74); }
H1.HeaderClassName
{
color: #DB454A;
}
.AnyTagClassName
{
color: #DB454A;
}
</style>
background-color css
<style>
a { background-color: #DB454A; }
a { background-color: rgb(219,69,74); }
div.DivClassName
{
background-color: #DB454A;
}
.BgClassName
{
background-color: #DB454A;
}
</style>
border-color css
<style>
span { border-color: #DB454A; }
span { border-color: rgb(219,69,74); }
td.TdClassName
{
border-color: #DB454A;
}
.TagClassName
{
border-color: #DB454A;
}
</style>