Shades of My Pink #D09384
Tints of My Pink #D09384
RGB
CMYK
RGB Variations
Color information
#D09384 (or 0xD09384) is known color: My Pink. HEX triplet: D0, 93 and 84. RGB value is (208,147,132). Sum of RGB (Red+Green+Blue) = 208+147+132=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D09384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09384 is #2F6C7B. Grayscale: #A3A3A3. Windows color (decimal): -3107964 or 8688592. OLE color: 8688592.
HSL color Cylindrical-coordinate representation of color #D09384: hue angle of 11.84º 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 #D09384 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 132 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.18 |
| HSL | 11.84º | 0.45% | 0.67% | - |
| HSV(B) | 11.84º | 0.37% | 0.82% | - |
| XYZ | 40.61 | 35.94 | 26.63 | - |
| YUV | 163.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 132 | 0 | 0.29 | 0.37 | 0.18 | 11.84 | 0.45 | 0.67 |
| Hex | D0 | 93 | 84 | 0 | 1D | 25 | 12 | C | 2D | 43 |
| Octal | 320 | 223 | 204 | 0 | 35 | 45 | 22 | 14 | 55 | 103 |
| Binary | 11010000 | 10010011 | 10000100 | 0 | 11101 | 100101 | 10010 | 1100 | 101101 | 1000011 |
Color Harmonies of #D09384
Complementary color
Monochromatic Colors of #D09384
Black with #D09384
Text Example
Text Example
White with #D09384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09384; }
p { color: rgb(208,147,132); }
H1.HeaderClassName
{
color: #D09384;
}
.AnyTagClassName
{
color: #D09384;
}
</style>
background-color css
<style>
a { background-color: #D09384; }
a { background-color: rgb(208,147,132); }
div.DivClassName
{
background-color: #D09384;
}
.BgClassName
{
background-color: #D09384;
}
</style>
border-color css
<style>
span { border-color: #D09384; }
span { border-color: rgb(208,147,132); }
td.TdClassName
{
border-color: #D09384;
}
.TagClassName
{
border-color: #D09384;
}
</style>