Shades of Petite Orchid #DC9A8A
Tints of Petite Orchid #DC9A8A
RGB
CMYK
RGB Variations
Color information
#DC9A8A (or 0xDC9A8A) is known color: Petite Orchid. HEX triplet: DC, 9A and 8A. RGB value is (220,154,138). Sum of RGB (Red+Green+Blue) = 220+154+138=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A8A is #236575. Grayscale: #ACACAC. Windows color (decimal): -2319734 or 9083612. OLE color: 9083612.
HSL color Cylindrical-coordinate representation of color #DC9A8A: hue angle of 11.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9A8A is Cyan = 0, Magento = 0.3, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 138 | - |
| CMYK | 0 | 0.3 | 0.37 | 0.14 |
| HSL | 11.71º | 0.54% | 0.7% | - |
| HSV(B) | 11.71º | 0.37% | 0.86% | - |
| XYZ | 45.66 | 40.16 | 29.39 | - |
| YUV | 171.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 138 | 0 | 0.3 | 0.37 | 0.14 | 11.71 | 0.54 | 0.7 |
| Hex | DC | 9A | 8A | 0 | 1E | 25 | E | C | 36 | 46 |
| Octal | 334 | 232 | 212 | 0 | 36 | 45 | 16 | 14 | 66 | 106 |
| Binary | 11011100 | 10011010 | 10001010 | 0 | 11110 | 100101 | 1110 | 1100 | 110110 | 1000110 |
Color Harmonies of #DC9A8A
Complementary color
Monochromatic Colors of #DC9A8A
Black with #DC9A8A
Text Example
Text Example
White with #DC9A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A8A; }
p { color: rgb(220,154,138); }
H1.HeaderClassName
{
color: #DC9A8A;
}
.AnyTagClassName
{
color: #DC9A8A;
}
</style>
background-color css
<style>
a { background-color: #DC9A8A; }
a { background-color: rgb(220,154,138); }
div.DivClassName
{
background-color: #DC9A8A;
}
.BgClassName
{
background-color: #DC9A8A;
}
</style>
border-color css
<style>
span { border-color: #DC9A8A; }
span { border-color: rgb(220,154,138); }
td.TdClassName
{
border-color: #DC9A8A;
}
.TagClassName
{
border-color: #DC9A8A;
}
</style>