Shades of My Pink #D68A83
Tints of My Pink #D68A83
RGB
CMYK
RGB Variations
Color information
#D68A83 (or 0xD68A83) is known color: My Pink. HEX triplet: D6, 8A and 83. RGB value is (214,138,131). Sum of RGB (Red+Green+Blue) = 214+138+131=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A83 is #29757C. Grayscale: #A0A0A0. Windows color (decimal): -2717053 or 8620758. OLE color: 8620758.
HSL color Cylindrical-coordinate representation of color #D68A83: hue angle of 5.06º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68A83 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 131 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.16 |
| HSL | 5.06º | 0.5% | 0.68% | - |
| HSV(B) | 5.06º | 0.39% | 0.84% | - |
| XYZ | 40.92 | 34.11 | 25.9 | - |
| YUV | 159.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 131 | 0 | 0.36 | 0.39 | 0.16 | 5.06 | 0.5 | 0.68 |
| Hex | D6 | 8A | 83 | 0 | 24 | 27 | 10 | 5 | 32 | 44 |
| Octal | 326 | 212 | 203 | 0 | 44 | 47 | 20 | 5 | 62 | 104 |
| Binary | 11010110 | 10001010 | 10000011 | 0 | 100100 | 100111 | 10000 | 101 | 110010 | 1000100 |
Color Harmonies of #D68A83
Complementary color
Monochromatic Colors of #D68A83
Black with #D68A83
Text Example
Text Example
White with #D68A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A83; }
p { color: rgb(214,138,131); }
H1.HeaderClassName
{
color: #D68A83;
}
.AnyTagClassName
{
color: #D68A83;
}
</style>
background-color css
<style>
a { background-color: #D68A83; }
a { background-color: rgb(214,138,131); }
div.DivClassName
{
background-color: #D68A83;
}
.BgClassName
{
background-color: #D68A83;
}
</style>
border-color css
<style>
span { border-color: #D68A83; }
span { border-color: rgb(214,138,131); }
td.TdClassName
{
border-color: #D68A83;
}
.TagClassName
{
border-color: #D68A83;
}
</style>