Shades of My Pink #DB8C7D
Tints of My Pink #DB8C7D
RGB
CMYK
RGB Variations
Color information
#DB8C7D (or 0xDB8C7D) is known color: My Pink. HEX triplet: DB, 8C and 7D. RGB value is (219,140,125). Sum of RGB (Red+Green+Blue) = 219+140+125=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C7D is #247382. Grayscale: #A2A2A2. Windows color (decimal): -2388867 or 8228059. OLE color: 8228059.
HSL color Cylindrical-coordinate representation of color #DB8C7D: hue angle of 9.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8C7D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 125 | - |
CMYK | 0 | 0.36 | 0.43 | 0.14 |
HSL | 9.57º | 0.57% | 0.67% | - |
HSV(B) | 9.57º | 0.43% | 0.86% | - |
XYZ | 42.29 | 35.3 | 23.99 | - |
YUV | 161.91 | 107.17 | 168.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 125 | 0 | 0.36 | 0.43 | 0.14 | 9.57 | 0.57 | 0.67 |
Hex | DB | 8C | 7D | 0 | 24 | 2B | E | A | 39 | 43 |
Octal | 333 | 214 | 175 | 0 | 44 | 53 | 16 | 12 | 71 | 103 |
Binary | 11011011 | 10001100 | 1111101 | 0 | 100100 | 101011 | 1110 | 1010 | 111001 | 1000011 |
Color Harmonies of #DB8C7D
Complementary color
Monochromatic Colors of #DB8C7D
Black with #DB8C7D
Text Example
Text Example
White with #DB8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C7D; }
p { color: rgb(219,140,125); }
H1.HeaderClassName
{
color: #DB8C7D;
}
.AnyTagClassName
{
color: #DB8C7D;
}
</style>
background-color css
<style>
a { background-color: #DB8C7D; }
a { background-color: rgb(219,140,125); }
div.DivClassName
{
background-color: #DB8C7D;
}
.BgClassName
{
background-color: #DB8C7D;
}
</style>
border-color css
<style>
span { border-color: #DB8C7D; }
span { border-color: rgb(219,140,125); }
td.TdClassName
{
border-color: #DB8C7D;
}
.TagClassName
{
border-color: #DB8C7D;
}
</style>