Shades of My Pink #D08379
Tints of My Pink #D08379
RGB
CMYK
RGB Variations
Color information
#D08379 (or 0xD08379) is known color: My Pink. HEX triplet: D0, 83 and 79. RGB value is (208,131,121). Sum of RGB (Red+Green+Blue) = 208+131+121=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D08379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08379 is #2F7C86. Grayscale: #999999. Windows color (decimal): -3112071 or 7963600. OLE color: 7963600.
HSL color Cylindrical-coordinate representation of color #D08379: hue angle of 6.9º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08379 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 121 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.18 |
| HSL | 6.9º | 0.48% | 0.65% | - |
| HSV(B) | 6.9º | 0.42% | 0.82% | - |
| XYZ | 37.58 | 31.02 | 22.1 | - |
| YUV | 152.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 121 | 0 | 0.37 | 0.42 | 0.18 | 6.9 | 0.48 | 0.65 |
| Hex | D0 | 83 | 79 | 0 | 25 | 2A | 12 | 7 | 30 | 41 |
| Octal | 320 | 203 | 171 | 0 | 45 | 52 | 22 | 7 | 60 | 101 |
| Binary | 11010000 | 10000011 | 1111001 | 0 | 100101 | 101010 | 10010 | 111 | 110000 | 1000001 |
Color Harmonies of #D08379
Complementary color
Monochromatic Colors of #D08379
Black with #D08379
Text Example
Text Example
White with #D08379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08379; }
p { color: rgb(208,131,121); }
H1.HeaderClassName
{
color: #D08379;
}
.AnyTagClassName
{
color: #D08379;
}
</style>
background-color css
<style>
a { background-color: #D08379; }
a { background-color: rgb(208,131,121); }
div.DivClassName
{
background-color: #D08379;
}
.BgClassName
{
background-color: #D08379;
}
</style>
border-color css
<style>
span { border-color: #D08379; }
span { border-color: rgb(208,131,121); }
td.TdClassName
{
border-color: #D08379;
}
.TagClassName
{
border-color: #D08379;
}
</style>