Shades of My Pink #D58C8A
Tints of My Pink #D58C8A
RGB
CMYK
RGB Variations
Color information
#D58C8A (or 0xD58C8A) is known color: My Pink. HEX triplet: D5, 8C and 8A. RGB value is (213,140,138). Sum of RGB (Red+Green+Blue) = 213+140+138=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C8A is #2A7375. Grayscale: #A1A1A1. Windows color (decimal): -2782070 or 9080021. OLE color: 9080021.
HSL color Cylindrical-coordinate representation of color #D58C8A: hue angle of 1.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58C8A is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 138 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.16 |
| HSL | 1.6º | 0.47% | 0.69% | - |
| HSV(B) | 1.6º | 0.35% | 0.84% | - |
| XYZ | 41.41 | 34.74 | 28.57 | - |
| YUV | 161.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 138 | 0 | 0.34 | 0.35 | 0.16 | 1.6 | 0.47 | 0.69 |
| Hex | D5 | 8C | 8A | 0 | 22 | 23 | 10 | 2 | 2F | 45 |
| Octal | 325 | 214 | 212 | 0 | 42 | 43 | 20 | 2 | 57 | 105 |
| Binary | 11010101 | 10001100 | 10001010 | 0 | 100010 | 100011 | 10000 | 10 | 101111 | 1000101 |
Color Harmonies of #D58C8A
Complementary color
Monochromatic Colors of #D58C8A
Black with #D58C8A
Text Example
Text Example
White with #D58C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C8A; }
p { color: rgb(213,140,138); }
H1.HeaderClassName
{
color: #D58C8A;
}
.AnyTagClassName
{
color: #D58C8A;
}
</style>
background-color css
<style>
a { background-color: #D58C8A; }
a { background-color: rgb(213,140,138); }
div.DivClassName
{
background-color: #D58C8A;
}
.BgClassName
{
background-color: #D58C8A;
}
</style>
border-color css
<style>
span { border-color: #D58C8A; }
span { border-color: rgb(213,140,138); }
td.TdClassName
{
border-color: #D58C8A;
}
.TagClassName
{
border-color: #D58C8A;
}
</style>