Shades of Petite Orchid #DC9992
Tints of Petite Orchid #DC9992
RGB
CMYK
RGB Variations
Color information
#DC9992 (or 0xDC9992) is known color: Petite Orchid. HEX triplet: DC, 99 and 92. RGB value is (220,153,146). Sum of RGB (Red+Green+Blue) = 220+153+146=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9992 is #23666D. Grayscale: #ACACAC. Windows color (decimal): -2319982 or 9607644. OLE color: 9607644.
HSL color Cylindrical-coordinate representation of color #DC9992: hue angle of 5.68º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9992 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 146 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.14 |
| HSL | 5.68º | 0.51% | 0.72% | - |
| HSV(B) | 5.68º | 0.34% | 0.86% | - |
| XYZ | 46.09 | 40.07 | 32.5 | - |
| YUV | 172.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 146 | 0 | 0.30 | 0.34 | 0.14 | 5.68 | 0.51 | 0.72 |
| Hex | DC | 99 | 92 | 0 | 1E | 22 | E | 6 | 33 | 48 |
| Octal | 334 | 231 | 222 | 0 | 36 | 42 | 16 | 6 | 63 | 110 |
| Binary | 11011100 | 10011001 | 10010010 | 0 | 11110 | 100010 | 1110 | 110 | 110011 | 1001000 |
Color Harmonies of #DC9992
Complementary color
Monochromatic Colors of #DC9992
Black with #DC9992
Text Example
Text Example
White with #DC9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9992; }
p { color: rgb(220,153,146); }
H1.HeaderClassName
{
color: #DC9992;
}
.AnyTagClassName
{
color: #DC9992;
}
</style>
background-color css
<style>
a { background-color: #DC9992; }
a { background-color: rgb(220,153,146); }
div.DivClassName
{
background-color: #DC9992;
}
.BgClassName
{
background-color: #DC9992;
}
</style>
border-color css
<style>
span { border-color: #DC9992; }
span { border-color: rgb(220,153,146); }
td.TdClassName
{
border-color: #DC9992;
}
.TagClassName
{
border-color: #DC9992;
}
</style>