Shades of My Pink #D68A8A
Tints of My Pink #D68A8A
RGB
CMYK
RGB Variations
Color information
#D68A8A (or 0xD68A8A) is known color: My Pink. HEX triplet: D6, 8A and 8A. RGB value is (214,138,138). Sum of RGB (Red+Green+Blue) = 214+138+138=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A8A is #297575. Grayscale: #A0A0A0. Windows color (decimal): -2717046 or 9079510. OLE color: 9079510.
HSL color Cylindrical-coordinate representation of color #D68A8A: hue angle of 0º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68A8A is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 138 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.16 |
| HSL | 0º | 0.48% | 0.69% | - |
| HSV(B) | 0º | 0.36% | 0.84% | - |
| XYZ | 41.41 | 34.31 | 28.48 | - |
| YUV | 160.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 138 | 0 | 0.36 | 0.36 | 0.16 | 0 | 0.48 | 0.69 |
| Hex | D6 | 8A | 8A | 0 | 24 | 24 | 10 | 0 | 30 | 45 |
| Octal | 326 | 212 | 212 | 0 | 44 | 44 | 20 | 0 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10001010 | 0 | 100100 | 100100 | 10000 | 0 | 110000 | 1000101 |
Color Harmonies of #D68A8A
Complementary color
Monochromatic Colors of #D68A8A
Black with #D68A8A
Text Example
Text Example
White with #D68A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A8A; }
p { color: rgb(214,138,138); }
H1.HeaderClassName
{
color: #D68A8A;
}
.AnyTagClassName
{
color: #D68A8A;
}
</style>
background-color css
<style>
a { background-color: #D68A8A; }
a { background-color: rgb(214,138,138); }
div.DivClassName
{
background-color: #D68A8A;
}
.BgClassName
{
background-color: #D68A8A;
}
</style>
border-color css
<style>
span { border-color: #D68A8A; }
span { border-color: rgb(214,138,138); }
td.TdClassName
{
border-color: #D68A8A;
}
.TagClassName
{
border-color: #D68A8A;
}
</style>