Shades of My Pink #DA8C84
Tints of My Pink #DA8C84
RGB
CMYK
RGB Variations
Color information
#DA8C84 (or 0xDA8C84) is known color: My Pink. HEX triplet: DA, 8C and 84. RGB value is (218,140,132). Sum of RGB (Red+Green+Blue) = 218+140+132=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C84 is #25737B. Grayscale: #A2A2A2. Windows color (decimal): -2454396 or 8686810. OLE color: 8686810.
HSL color Cylindrical-coordinate representation of color #DA8C84: hue angle of 5.58º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8C84 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 132 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.15 |
| HSL | 5.58º | 0.54% | 0.69% | - |
| HSV(B) | 5.58º | 0.39% | 0.85% | - |
| XYZ | 42.46 | 35.33 | 26.41 | - |
| YUV | 162.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 132 | 0 | 0.36 | 0.39 | 0.15 | 5.58 | 0.54 | 0.69 |
| Hex | DA | 8C | 84 | 0 | 24 | 27 | F | 6 | 36 | 45 |
| Octal | 332 | 214 | 204 | 0 | 44 | 47 | 17 | 6 | 66 | 105 |
| Binary | 11011010 | 10001100 | 10000100 | 0 | 100100 | 100111 | 1111 | 110 | 110110 | 1000101 |
Color Harmonies of #DA8C84
Complementary color
Monochromatic Colors of #DA8C84
Black with #DA8C84
Text Example
Text Example
White with #DA8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C84; }
p { color: rgb(218,140,132); }
H1.HeaderClassName
{
color: #DA8C84;
}
.AnyTagClassName
{
color: #DA8C84;
}
</style>
background-color css
<style>
a { background-color: #DA8C84; }
a { background-color: rgb(218,140,132); }
div.DivClassName
{
background-color: #DA8C84;
}
.BgClassName
{
background-color: #DA8C84;
}
</style>
border-color css
<style>
span { border-color: #DA8C84; }
span { border-color: rgb(218,140,132); }
td.TdClassName
{
border-color: #DA8C84;
}
.TagClassName
{
border-color: #DA8C84;
}
</style>