Shades of Mandy #D0465C
Tints of Mandy #D0465C
RGB
CMYK
RGB Variations
Color information
#D0465C (or 0xD0465C) is known color: Mandy. HEX triplet: D0, 46 and 5C. RGB value is (208,70,92). Sum of RGB (Red+Green+Blue) = 208+70+92=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0465C is #2FB9A3. Grayscale: #717171. Windows color (decimal): -3127716 or 6047440. OLE color: 6047440.
HSL color Cylindrical-coordinate representation of color #D0465C: hue angle of 350.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0465C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 92 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.18 |
| HSL | 350.43º | 0.59% | 0.55% | - |
| HSV(B) | 350.43º | 0.66% | 0.82% | - |
| XYZ | 30.13 | 18.56 | 12.12 | - |
| YUV | 113.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 92 | 0 | 0.66 | 0.56 | 0.18 | 350.43 | 0.59 | 0.55 |
| Hex | D0 | 46 | 5C | 0 | 42 | 38 | 12 | 15E | 3B | 37 |
| Octal | 320 | 106 | 134 | 0 | 102 | 70 | 22 | 536 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1011100 | 0 | 1000010 | 111000 | 10010 | 101011110 | 111011 | 110111 |
Color Harmonies of #D0465C
Complementary color
Monochromatic Colors of #D0465C
Black with #D0465C
Text Example
Text Example
White with #D0465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0465C; }
p { color: rgb(208,70,92); }
H1.HeaderClassName
{
color: #D0465C;
}
.AnyTagClassName
{
color: #D0465C;
}
</style>
background-color css
<style>
a { background-color: #D0465C; }
a { background-color: rgb(208,70,92); }
div.DivClassName
{
background-color: #D0465C;
}
.BgClassName
{
background-color: #D0465C;
}
</style>
border-color css
<style>
span { border-color: #D0465C; }
span { border-color: rgb(208,70,92); }
td.TdClassName
{
border-color: #D0465C;
}
.TagClassName
{
border-color: #D0465C;
}
</style>