Shades of Petite Orchid #DC9888
Tints of Petite Orchid #DC9888
RGB
CMYK
RGB Variations
Color information
#DC9888 (or 0xDC9888) is known color: Petite Orchid. HEX triplet: DC, 98 and 88. RGB value is (220,152,136). Sum of RGB (Red+Green+Blue) = 220+152+136=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9888 is #236777. Grayscale: #AAAAAA. Windows color (decimal): -2320248 or 8952028. OLE color: 8952028.
HSL color Cylindrical-coordinate representation of color #DC9888: hue angle of 11.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9888 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 136 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.14 |
| HSL | 11.43º | 0.55% | 0.7% | - |
| HSV(B) | 11.43º | 0.38% | 0.86% | - |
| XYZ | 45.19 | 39.45 | 28.53 | - |
| YUV | 170.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 136 | 0 | 0.31 | 0.38 | 0.14 | 11.43 | 0.55 | 0.7 |
| Hex | DC | 98 | 88 | 0 | 1F | 26 | E | B | 37 | 46 |
| Octal | 334 | 230 | 210 | 0 | 37 | 46 | 16 | 13 | 67 | 106 |
| Binary | 11011100 | 10011000 | 10001000 | 0 | 11111 | 100110 | 1110 | 1011 | 110111 | 1000110 |
Color Harmonies of #DC9888
Complementary color
Monochromatic Colors of #DC9888
Black with #DC9888
Text Example
Text Example
White with #DC9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9888; }
p { color: rgb(220,152,136); }
H1.HeaderClassName
{
color: #DC9888;
}
.AnyTagClassName
{
color: #DC9888;
}
</style>
background-color css
<style>
a { background-color: #DC9888; }
a { background-color: rgb(220,152,136); }
div.DivClassName
{
background-color: #DC9888;
}
.BgClassName
{
background-color: #DC9888;
}
</style>
border-color css
<style>
span { border-color: #DC9888; }
span { border-color: rgb(220,152,136); }
td.TdClassName
{
border-color: #DC9888;
}
.TagClassName
{
border-color: #DC9888;
}
</style>