Shades of Mandy #DB434A
Tints of Mandy #DB434A
RGB
CMYK
RGB Variations
Color information
#DB434A (or 0xDB434A) is known color: Mandy. HEX triplet: DB, 43 and 4A. RGB value is (219,67,74). Sum of RGB (Red+Green+Blue) = 219+67+74=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB434A is #24BCB5. Grayscale: #717171. Windows color (decimal): -2407606 or 4867035. OLE color: 4867035.
HSL color Cylindrical-coordinate representation of color #DB434A: hue angle of 357.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB434A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 74 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.14 |
| HSL | 357.24º | 0.68% | 0.56% | - |
| HSV(B) | 357.24º | 0.69% | 0.86% | - |
| XYZ | 32.46 | 19.57 | 8.55 | - |
| YUV | 113.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 74 | 0 | 0.69 | 0.66 | 0.14 | 357.24 | 0.68 | 0.56 |
| Hex | DB | 43 | 4A | 0 | 45 | 42 | E | 165 | 44 | 38 |
| Octal | 333 | 103 | 112 | 0 | 105 | 102 | 16 | 545 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1001010 | 0 | 1000101 | 1000010 | 1110 | 101100101 | 1000100 | 111000 |
Color Harmonies of #DB434A
Complementary color
Monochromatic Colors of #DB434A
Black with #DB434A
Text Example
Text Example
White with #DB434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB434A; }
p { color: rgb(219,67,74); }
H1.HeaderClassName
{
color: #DB434A;
}
.AnyTagClassName
{
color: #DB434A;
}
</style>
background-color css
<style>
a { background-color: #DB434A; }
a { background-color: rgb(219,67,74); }
div.DivClassName
{
background-color: #DB434A;
}
.BgClassName
{
background-color: #DB434A;
}
</style>
border-color css
<style>
span { border-color: #DB434A; }
span { border-color: rgb(219,67,74); }
td.TdClassName
{
border-color: #DB434A;
}
.TagClassName
{
border-color: #DB434A;
}
</style>