Shades of Petite Orchid #DC9D9B
Tints of Petite Orchid #DC9D9B
RGB
CMYK
RGB Variations
Color information
#DC9D9B (or 0xDC9D9B) is known color: Petite Orchid. HEX triplet: DC, 9D and 9B. RGB value is (220,157,155). Sum of RGB (Red+Green+Blue) = 220+157+155=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D9B is #236264. Grayscale: #AFAFAF. Windows color (decimal): -2318949 or 10198492. OLE color: 10198492.
HSL color Cylindrical-coordinate representation of color #DC9D9B: hue angle of 1.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9D9B is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 155 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.14 |
| HSL | 1.85º | 0.48% | 0.74% | - |
| HSV(B) | 1.85º | 0.3% | 0.86% | - |
| XYZ | 47.49 | 41.7 | 36.56 | - |
| YUV | 175.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 155 | 0 | 0.29 | 0.30 | 0.14 | 1.85 | 0.48 | 0.74 |
| Hex | DC | 9D | 9B | 0 | 1D | 1E | E | 2 | 30 | 4A |
| Octal | 334 | 235 | 233 | 0 | 35 | 36 | 16 | 2 | 60 | 112 |
| Binary | 11011100 | 10011101 | 10011011 | 0 | 11101 | 11110 | 1110 | 10 | 110000 | 1001010 |
Color Harmonies of #DC9D9B
Complementary color
Monochromatic Colors of #DC9D9B
Black with #DC9D9B
Text Example
Text Example
White with #DC9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D9B; }
p { color: rgb(220,157,155); }
H1.HeaderClassName
{
color: #DC9D9B;
}
.AnyTagClassName
{
color: #DC9D9B;
}
</style>
background-color css
<style>
a { background-color: #DC9D9B; }
a { background-color: rgb(220,157,155); }
div.DivClassName
{
background-color: #DC9D9B;
}
.BgClassName
{
background-color: #DC9D9B;
}
</style>
border-color css
<style>
span { border-color: #DC9D9B; }
span { border-color: rgb(220,157,155); }
td.TdClassName
{
border-color: #DC9D9B;
}
.TagClassName
{
border-color: #DC9D9B;
}
</style>