Shades of My Pink #D08478
Tints of My Pink #D08478
RGB
CMYK
RGB Variations
Color information
#D08478 (or 0xD08478) is known color: My Pink. HEX triplet: D0, 84 and 78. RGB value is (208,132,120). Sum of RGB (Red+Green+Blue) = 208+132+120=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D08478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08478 is #2F7B87. Grayscale: #999999. Windows color (decimal): -3111816 or 7898320. OLE color: 7898320.
HSL color Cylindrical-coordinate representation of color #D08478: hue angle of 8.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08478 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 120 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.18 |
| HSL | 8.18º | 0.48% | 0.64% | - |
| HSV(B) | 8.18º | 0.42% | 0.82% | - |
| XYZ | 37.65 | 31.27 | 21.82 | - |
| YUV | 153.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 120 | 0 | 0.37 | 0.42 | 0.18 | 8.18 | 0.48 | 0.64 |
| Hex | D0 | 84 | 78 | 0 | 25 | 2A | 12 | 8 | 30 | 40 |
| Octal | 320 | 204 | 170 | 0 | 45 | 52 | 22 | 10 | 60 | 100 |
| Binary | 11010000 | 10000100 | 1111000 | 0 | 100101 | 101010 | 10010 | 1000 | 110000 | 1000000 |
Color Harmonies of #D08478
Complementary color
Monochromatic Colors of #D08478
Black with #D08478
Text Example
Text Example
White with #D08478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08478; }
p { color: rgb(208,132,120); }
H1.HeaderClassName
{
color: #D08478;
}
.AnyTagClassName
{
color: #D08478;
}
</style>
background-color css
<style>
a { background-color: #D08478; }
a { background-color: rgb(208,132,120); }
div.DivClassName
{
background-color: #D08478;
}
.BgClassName
{
background-color: #D08478;
}
</style>
border-color css
<style>
span { border-color: #D08478; }
span { border-color: rgb(208,132,120); }
td.TdClassName
{
border-color: #D08478;
}
.TagClassName
{
border-color: #D08478;
}
</style>