Shades of Petite Orchid #DC9591
Tints of Petite Orchid #DC9591
RGB
CMYK
RGB Variations
Color information
#DC9591 (or 0xDC9591) is known color: Petite Orchid. HEX triplet: DC, 95 and 91. RGB value is (220,149,145). Sum of RGB (Red+Green+Blue) = 220+149+145=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9591 is #236A6E. Grayscale: #A9A9A9. Windows color (decimal): -2321007 or 9541084. OLE color: 9541084.
HSL color Cylindrical-coordinate representation of color #DC9591: hue angle of 3.2º degrees, saturation: 0.52, 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 #DC9591 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 145 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.14 |
| HSL | 3.2º | 0.52% | 0.72% | - |
| HSV(B) | 3.2º | 0.34% | 0.86% | - |
| XYZ | 45.37 | 38.75 | 31.88 | - |
| YUV | 169.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 145 | 0 | 0.32 | 0.34 | 0.14 | 3.2 | 0.52 | 0.72 |
| Hex | DC | 95 | 91 | 0 | 20 | 22 | E | 3 | 34 | 48 |
| Octal | 334 | 225 | 221 | 0 | 40 | 42 | 16 | 3 | 64 | 110 |
| Binary | 11011100 | 10010101 | 10010001 | 0 | 100000 | 100010 | 1110 | 11 | 110100 | 1001000 |
Color Harmonies of #DC9591
Complementary color
Monochromatic Colors of #DC9591
Black with #DC9591
Text Example
Text Example
White with #DC9591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9591; }
p { color: rgb(220,149,145); }
H1.HeaderClassName
{
color: #DC9591;
}
.AnyTagClassName
{
color: #DC9591;
}
</style>
background-color css
<style>
a { background-color: #DC9591; }
a { background-color: rgb(220,149,145); }
div.DivClassName
{
background-color: #DC9591;
}
.BgClassName
{
background-color: #DC9591;
}
</style>
border-color css
<style>
span { border-color: #DC9591; }
span { border-color: rgb(220,149,145); }
td.TdClassName
{
border-color: #DC9591;
}
.TagClassName
{
border-color: #DC9591;
}
</style>