Shades of Petite Orchid #DC9594
Tints of Petite Orchid #DC9594
RGB
CMYK
RGB Variations
Color information
#DC9594 (or 0xDC9594) is known color: Petite Orchid. HEX triplet: DC, 95 and 94. RGB value is (220,149,148). Sum of RGB (Red+Green+Blue) = 220+149+148=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9594 is #236A6B. Grayscale: #AAAAAA. Windows color (decimal): -2321004 or 9737692. OLE color: 9737692.
HSL color Cylindrical-coordinate representation of color #DC9594: hue angle of 0.83º 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 #DC9594 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 148 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.14 |
| HSL | 0.83º | 0.51% | 0.72% | - |
| HSV(B) | 0.83º | 0.33% | 0.86% | - |
| XYZ | 45.61 | 38.85 | 33.11 | - |
| YUV | 170.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 148 | 0 | 0.32 | 0.33 | 0.14 | 0.83 | 0.51 | 0.72 |
| Hex | DC | 95 | 94 | 0 | 20 | 21 | E | 1 | 33 | 48 |
| Octal | 334 | 225 | 224 | 0 | 40 | 41 | 16 | 1 | 63 | 110 |
| Binary | 11011100 | 10010101 | 10010100 | 0 | 100000 | 100001 | 1110 | 1 | 110011 | 1001000 |
Color Harmonies of #DC9594
Complementary color
Monochromatic Colors of #DC9594
Black with #DC9594
Text Example
Text Example
White with #DC9594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9594; }
p { color: rgb(220,149,148); }
H1.HeaderClassName
{
color: #DC9594;
}
.AnyTagClassName
{
color: #DC9594;
}
</style>
background-color css
<style>
a { background-color: #DC9594; }
a { background-color: rgb(220,149,148); }
div.DivClassName
{
background-color: #DC9594;
}
.BgClassName
{
background-color: #DC9594;
}
</style>
border-color css
<style>
span { border-color: #DC9594; }
span { border-color: rgb(220,149,148); }
td.TdClassName
{
border-color: #DC9594;
}
.TagClassName
{
border-color: #DC9594;
}
</style>