Shades of Mandy #DB454B
Tints of Mandy #DB454B
RGB
CMYK
RGB Variations
Color information
#DB454B (or 0xDB454B) is known color: Mandy. HEX triplet: DB, 45 and 4B. RGB value is (219,69,75). Sum of RGB (Red+Green+Blue) = 219+69+75=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB454B is #24BAB4. Grayscale: #727272. Windows color (decimal): -2407093 or 4933083. OLE color: 4933083.
HSL color Cylindrical-coordinate representation of color #DB454B: hue angle of 357.6º 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 #DB454B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 75 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.14 |
| HSL | 357.6º | 0.68% | 0.56% | - |
| HSV(B) | 357.6º | 0.68% | 0.86% | - |
| XYZ | 32.61 | 19.82 | 8.76 | - |
| YUV | 114.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 75 | 0 | 0.68 | 0.66 | 0.14 | 357.6 | 0.68 | 0.56 |
| Hex | DB | 45 | 4B | 0 | 44 | 42 | E | 166 | 44 | 38 |
| Octal | 333 | 105 | 113 | 0 | 104 | 102 | 16 | 546 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1001011 | 0 | 1000100 | 1000010 | 1110 | 101100110 | 1000100 | 111000 |
Color Harmonies of #DB454B
Complementary color
Monochromatic Colors of #DB454B
Black with #DB454B
Text Example
Text Example
White with #DB454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB454B; }
p { color: rgb(219,69,75); }
H1.HeaderClassName
{
color: #DB454B;
}
.AnyTagClassName
{
color: #DB454B;
}
</style>
background-color css
<style>
a { background-color: #DB454B; }
a { background-color: rgb(219,69,75); }
div.DivClassName
{
background-color: #DB454B;
}
.BgClassName
{
background-color: #DB454B;
}
</style>
border-color css
<style>
span { border-color: #DB454B; }
span { border-color: rgb(219,69,75); }
td.TdClassName
{
border-color: #DB454B;
}
.TagClassName
{
border-color: #DB454B;
}
</style>