Shades of Mandy #DE434B
Tints of Mandy #DE434B
RGB
CMYK
RGB Variations
Color information
#DE434B (or 0xDE434B) is known color: Mandy. HEX triplet: DE, 43 and 4B. RGB value is (222,67,75). Sum of RGB (Red+Green+Blue) = 222+67+75=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE434B is #21BCB4. Grayscale: #727272. Windows color (decimal): -2210997 or 4932574. OLE color: 4932574.
HSL color Cylindrical-coordinate representation of color #DE434B: hue angle of 356.9º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE434B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 75 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.13 |
| HSL | 356.9º | 0.7% | 0.57% | - |
| HSV(B) | 356.9º | 0.7% | 0.87% | - |
| XYZ | 33.4 | 20.05 | 8.77 | - |
| YUV | 114.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 75 | 0 | 0.70 | 0.66 | 0.13 | 356.9 | 0.7 | 0.57 |
| Hex | DE | 43 | 4B | 0 | 46 | 42 | D | 165 | 46 | 39 |
| Octal | 336 | 103 | 113 | 0 | 106 | 102 | 15 | 545 | 106 | 71 |
| Binary | 11011110 | 1000011 | 1001011 | 0 | 1000110 | 1000010 | 1101 | 101100101 | 1000110 | 111001 |
Color Harmonies of #DE434B
Complementary color
Monochromatic Colors of #DE434B
Black with #DE434B
Text Example
Text Example
White with #DE434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE434B; }
p { color: rgb(222,67,75); }
H1.HeaderClassName
{
color: #DE434B;
}
.AnyTagClassName
{
color: #DE434B;
}
</style>
background-color css
<style>
a { background-color: #DE434B; }
a { background-color: rgb(222,67,75); }
div.DivClassName
{
background-color: #DE434B;
}
.BgClassName
{
background-color: #DE434B;
}
</style>
border-color css
<style>
span { border-color: #DE434B; }
span { border-color: rgb(222,67,75); }
td.TdClassName
{
border-color: #DE434B;
}
.TagClassName
{
border-color: #DE434B;
}
</style>