Shades of Rose #DC9E8F
Tints of Rose #DC9E8F
RGB
CMYK
RGB Variations
Color information
#DC9E8F (or 0xDC9E8F) is known color: Rose. HEX triplet: DC, 9E and 8F. RGB value is (220,158,143). Sum of RGB (Red+Green+Blue) = 220+158+143=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E8F is #236170. Grayscale: #AEAEAE. Windows color (decimal): -2318705 or 9412316. OLE color: 9412316.
HSL color Cylindrical-coordinate representation of color #DC9E8F: hue angle of 11.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9E8F is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 143 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.14 |
| HSL | 11.69º | 0.52% | 0.71% | - |
| HSV(B) | 11.69º | 0.35% | 0.86% | - |
| XYZ | 46.7 | 41.65 | 31.56 | - |
| YUV | 174.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 143 | 0 | 0.28 | 0.35 | 0.14 | 11.69 | 0.52 | 0.71 |
| Hex | DC | 9E | 8F | 0 | 1C | 23 | E | C | 34 | 47 |
| Octal | 334 | 236 | 217 | 0 | 34 | 43 | 16 | 14 | 64 | 107 |
| Binary | 11011100 | 10011110 | 10001111 | 0 | 11100 | 100011 | 1110 | 1100 | 110100 | 1000111 |
Color Harmonies of #DC9E8F
Complementary color
Monochromatic Colors of #DC9E8F
Black with #DC9E8F
Text Example
Text Example
White with #DC9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E8F; }
p { color: rgb(220,158,143); }
H1.HeaderClassName
{
color: #DC9E8F;
}
.AnyTagClassName
{
color: #DC9E8F;
}
</style>
background-color css
<style>
a { background-color: #DC9E8F; }
a { background-color: rgb(220,158,143); }
div.DivClassName
{
background-color: #DC9E8F;
}
.BgClassName
{
background-color: #DC9E8F;
}
</style>
border-color css
<style>
span { border-color: #DC9E8F; }
span { border-color: rgb(220,158,143); }
td.TdClassName
{
border-color: #DC9E8F;
}
.TagClassName
{
border-color: #DC9E8F;
}
</style>