Shades of My Pink #D28580
Tints of My Pink #D28580
RGB
CMYK
RGB Variations
Color information
#D28580 (or 0xD28580) is known color: My Pink. HEX triplet: D2, 85 and 80. RGB value is (210,133,128). Sum of RGB (Red+Green+Blue) = 210+133+128=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28580 is #2D7A7F. Grayscale: #9B9B9B. Windows color (decimal): -2980480 or 8422866. OLE color: 8422866.
HSL color Cylindrical-coordinate representation of color #D28580: hue angle of 3.66º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28580 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 128 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.18 |
| HSL | 3.66º | 0.48% | 0.66% | - |
| HSV(B) | 3.66º | 0.39% | 0.82% | - |
| XYZ | 38.86 | 32.04 | 24.56 | - |
| YUV | 155.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 128 | 0 | 0.37 | 0.39 | 0.18 | 3.66 | 0.48 | 0.66 |
| Hex | D2 | 85 | 80 | 0 | 25 | 27 | 12 | 4 | 30 | 42 |
| Octal | 322 | 205 | 200 | 0 | 45 | 47 | 22 | 4 | 60 | 102 |
| Binary | 11010010 | 10000101 | 10000000 | 0 | 100101 | 100111 | 10010 | 100 | 110000 | 1000010 |
Color Harmonies of #D28580
Complementary color
Monochromatic Colors of #D28580
Black with #D28580
Text Example
Text Example
White with #D28580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28580; }
p { color: rgb(210,133,128); }
H1.HeaderClassName
{
color: #D28580;
}
.AnyTagClassName
{
color: #D28580;
}
</style>
background-color css
<style>
a { background-color: #D28580; }
a { background-color: rgb(210,133,128); }
div.DivClassName
{
background-color: #D28580;
}
.BgClassName
{
background-color: #D28580;
}
</style>
border-color css
<style>
span { border-color: #D28580; }
span { border-color: rgb(210,133,128); }
td.TdClassName
{
border-color: #D28580;
}
.TagClassName
{
border-color: #D28580;
}
</style>