Shades of My Pink #D09484
Tints of My Pink #D09484
RGB
CMYK
RGB Variations
Color information
#D09484 (or 0xD09484) is known color: My Pink. HEX triplet: D0, 94 and 84. RGB value is (208,148,132). Sum of RGB (Red+Green+Blue) = 208+148+132=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09484 is #2F6B7B. Grayscale: #A4A4A4. Windows color (decimal): -3107708 or 8688848. OLE color: 8688848.
HSL color Cylindrical-coordinate representation of color #D09484: hue angle of 12.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09484 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 132 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.18 |
| HSL | 12.63º | 0.45% | 0.67% | - |
| HSV(B) | 12.63º | 0.37% | 0.82% | - |
| XYZ | 40.77 | 36.26 | 26.68 | - |
| YUV | 164.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 132 | 0 | 0.29 | 0.37 | 0.18 | 12.63 | 0.45 | 0.67 |
| Hex | D0 | 94 | 84 | 0 | 1D | 25 | 12 | D | 2D | 43 |
| Octal | 320 | 224 | 204 | 0 | 35 | 45 | 22 | 15 | 55 | 103 |
| Binary | 11010000 | 10010100 | 10000100 | 0 | 11101 | 100101 | 10010 | 1101 | 101101 | 1000011 |
Color Harmonies of #D09484
Complementary color
Monochromatic Colors of #D09484
Black with #D09484
Text Example
Text Example
White with #D09484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09484; }
p { color: rgb(208,148,132); }
H1.HeaderClassName
{
color: #D09484;
}
.AnyTagClassName
{
color: #D09484;
}
</style>
background-color css
<style>
a { background-color: #D09484; }
a { background-color: rgb(208,148,132); }
div.DivClassName
{
background-color: #D09484;
}
.BgClassName
{
background-color: #D09484;
}
</style>
border-color css
<style>
span { border-color: #D09484; }
span { border-color: rgb(208,148,132); }
td.TdClassName
{
border-color: #D09484;
}
.TagClassName
{
border-color: #D09484;
}
</style>