Shades of Petite Orchid #DC9A94
Tints of Petite Orchid #DC9A94
RGB
CMYK
RGB Variations
Color information
#DC9A94 (or 0xDC9A94) is known color: Petite Orchid. HEX triplet: DC, 9A and 94. RGB value is (220,154,148). Sum of RGB (Red+Green+Blue) = 220+154+148=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A94 is #23656B. Grayscale: #ADADAD. Windows color (decimal): -2319724 or 9738972. OLE color: 9738972.
HSL color Cylindrical-coordinate representation of color #DC9A94: hue angle of 5º 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 #DC9A94 is Cyan = 0, Magento = 0.3, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 148 | - |
| CMYK | 0 | 0.3 | 0.33 | 0.14 |
| HSL | 5º | 0.51% | 0.72% | - |
| HSV(B) | 5º | 0.33% | 0.86% | - |
| XYZ | 46.42 | 40.46 | 33.38 | - |
| YUV | 173.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 148 | 0 | 0.3 | 0.33 | 0.14 | 5 | 0.51 | 0.72 |
| Hex | DC | 9A | 94 | 0 | 1E | 21 | E | 5 | 33 | 48 |
| Octal | 334 | 232 | 224 | 0 | 36 | 41 | 16 | 5 | 63 | 110 |
| Binary | 11011100 | 10011010 | 10010100 | 0 | 11110 | 100001 | 1110 | 101 | 110011 | 1001000 |
Color Harmonies of #DC9A94
Complementary color
Monochromatic Colors of #DC9A94
Black with #DC9A94
Text Example
Text Example
White with #DC9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A94; }
p { color: rgb(220,154,148); }
H1.HeaderClassName
{
color: #DC9A94;
}
.AnyTagClassName
{
color: #DC9A94;
}
</style>
background-color css
<style>
a { background-color: #DC9A94; }
a { background-color: rgb(220,154,148); }
div.DivClassName
{
background-color: #DC9A94;
}
.BgClassName
{
background-color: #DC9A94;
}
</style>
border-color css
<style>
span { border-color: #DC9A94; }
span { border-color: rgb(220,154,148); }
td.TdClassName
{
border-color: #DC9A94;
}
.TagClassName
{
border-color: #DC9A94;
}
</style>