Shades of Petite Orchid #DC9993
Tints of Petite Orchid #DC9993
RGB
CMYK
RGB Variations
Color information
#DC9993 (or 0xDC9993) is known color: Petite Orchid. HEX triplet: DC, 99 and 93. RGB value is (220,153,147). Sum of RGB (Red+Green+Blue) = 220+153+147=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9993 is #23666C. Grayscale: #ACACAC. Windows color (decimal): -2319981 or 9673180. OLE color: 9673180.
HSL color Cylindrical-coordinate representation of color #DC9993: hue angle of 4.93º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9993 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 147 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.14 |
| HSL | 4.93º | 0.51% | 0.72% | - |
| HSV(B) | 4.93º | 0.33% | 0.86% | - |
| XYZ | 46.17 | 40.1 | 32.91 | - |
| YUV | 172.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 147 | 0 | 0.30 | 0.33 | 0.14 | 4.93 | 0.51 | 0.72 |
| Hex | DC | 99 | 93 | 0 | 1E | 21 | E | 5 | 33 | 48 |
| Octal | 334 | 231 | 223 | 0 | 36 | 41 | 16 | 5 | 63 | 110 |
| Binary | 11011100 | 10011001 | 10010011 | 0 | 11110 | 100001 | 1110 | 101 | 110011 | 1001000 |
Color Harmonies of #DC9993
Complementary color
Monochromatic Colors of #DC9993
Black with #DC9993
Text Example
Text Example
White with #DC9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9993; }
p { color: rgb(220,153,147); }
H1.HeaderClassName
{
color: #DC9993;
}
.AnyTagClassName
{
color: #DC9993;
}
</style>
background-color css
<style>
a { background-color: #DC9993; }
a { background-color: rgb(220,153,147); }
div.DivClassName
{
background-color: #DC9993;
}
.BgClassName
{
background-color: #DC9993;
}
</style>
border-color css
<style>
span { border-color: #DC9993; }
span { border-color: rgb(220,153,147); }
td.TdClassName
{
border-color: #DC9993;
}
.TagClassName
{
border-color: #DC9993;
}
</style>