Shades of Petite Orchid #DC9E99
Tints of Petite Orchid #DC9E99
RGB
CMYK
RGB Variations
Color information
#DC9E99 (or 0xDC9E99) is known color: Petite Orchid. HEX triplet: DC, 9E and 99. RGB value is (220,158,153). Sum of RGB (Red+Green+Blue) = 220+158+153=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E99 is #236166. Grayscale: #B0B0B0. Windows color (decimal): -2318695 or 10067676. OLE color: 10067676.
HSL color Cylindrical-coordinate representation of color #DC9E99: hue angle of 4.48º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9E99 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 153 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.14 |
| HSL | 4.48º | 0.49% | 0.73% | - |
| HSV(B) | 4.48º | 0.3% | 0.86% | - |
| XYZ | 47.49 | 41.97 | 35.73 | - |
| YUV | 175.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 153 | 0 | 0.28 | 0.30 | 0.14 | 4.48 | 0.49 | 0.73 |
| Hex | DC | 9E | 99 | 0 | 1C | 1E | E | 4 | 31 | 49 |
| Octal | 334 | 236 | 231 | 0 | 34 | 36 | 16 | 4 | 61 | 111 |
| Binary | 11011100 | 10011110 | 10011001 | 0 | 11100 | 11110 | 1110 | 100 | 110001 | 1001001 |
Color Harmonies of #DC9E99
Complementary color
Monochromatic Colors of #DC9E99
Black with #DC9E99
Text Example
Text Example
White with #DC9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E99; }
p { color: rgb(220,158,153); }
H1.HeaderClassName
{
color: #DC9E99;
}
.AnyTagClassName
{
color: #DC9E99;
}
</style>
background-color css
<style>
a { background-color: #DC9E99; }
a { background-color: rgb(220,158,153); }
div.DivClassName
{
background-color: #DC9E99;
}
.BgClassName
{
background-color: #DC9E99;
}
</style>
border-color css
<style>
span { border-color: #DC9E99; }
span { border-color: rgb(220,158,153); }
td.TdClassName
{
border-color: #DC9E99;
}
.TagClassName
{
border-color: #DC9E99;
}
</style>