Shades of My Pink #D28A8A
Tints of My Pink #D28A8A
RGB
CMYK
RGB Variations
Color information
#D28A8A (or 0xD28A8A) is known color: My Pink. HEX triplet: D2, 8A and 8A. RGB value is (210,138,138). Sum of RGB (Red+Green+Blue) = 210+138+138=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28A8A is #2D7575. Grayscale: #9F9F9F. Windows color (decimal): -2979190 or 9079506. OLE color: 9079506.
HSL color Cylindrical-coordinate representation of color #D28A8A: hue angle of 0º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28A8A is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 138 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.18 |
| HSL | 0º | 0.44% | 0.68% | - |
| HSV(B) | 0º | 0.34% | 0.82% | - |
| XYZ | 40.25 | 33.71 | 28.43 | - |
| YUV | 159.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 138 | 0 | 0.34 | 0.34 | 0.18 | 0 | 0.44 | 0.68 |
| Hex | D2 | 8A | 8A | 0 | 22 | 22 | 12 | 0 | 2C | 44 |
| Octal | 322 | 212 | 212 | 0 | 42 | 42 | 22 | 0 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10001010 | 0 | 100010 | 100010 | 10010 | 0 | 101100 | 1000100 |
Color Harmonies of #D28A8A
Complementary color
Monochromatic Colors of #D28A8A
Black with #D28A8A
Text Example
Text Example
White with #D28A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A8A; }
p { color: rgb(210,138,138); }
H1.HeaderClassName
{
color: #D28A8A;
}
.AnyTagClassName
{
color: #D28A8A;
}
</style>
background-color css
<style>
a { background-color: #D28A8A; }
a { background-color: rgb(210,138,138); }
div.DivClassName
{
background-color: #D28A8A;
}
.BgClassName
{
background-color: #D28A8A;
}
</style>
border-color css
<style>
span { border-color: #D28A8A; }
span { border-color: rgb(210,138,138); }
td.TdClassName
{
border-color: #D28A8A;
}
.TagClassName
{
border-color: #D28A8A;
}
</style>