Shades of Petite Orchid #DC9A98
Tints of Petite Orchid #DC9A98
RGB
CMYK
RGB Variations
Color information
#DC9A98 (or 0xDC9A98) is known color: Petite Orchid. HEX triplet: DC, 9A and 98. RGB value is (220,154,152). Sum of RGB (Red+Green+Blue) = 220+154+152=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A98 is #236567. Grayscale: #ADADAD. Windows color (decimal): -2319720 or 10001116. OLE color: 10001116.
HSL color Cylindrical-coordinate representation of color #DC9A98: hue angle of 1.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC9A98 is Cyan = 0, Magento = 0.3, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 152 | - |
| CMYK | 0 | 0.3 | 0.31 | 0.14 |
| HSL | 1.76º | 0.49% | 0.73% | - |
| HSV(B) | 1.76º | 0.31% | 0.86% | - |
| XYZ | 46.74 | 40.59 | 35.08 | - |
| YUV | 173.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 152 | 0 | 0.3 | 0.31 | 0.14 | 1.76 | 0.49 | 0.73 |
| Hex | DC | 9A | 98 | 0 | 1E | 1F | E | 2 | 31 | 49 |
| Octal | 334 | 232 | 230 | 0 | 36 | 37 | 16 | 2 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10011000 | 0 | 11110 | 11111 | 1110 | 10 | 110001 | 1001001 |
Color Harmonies of #DC9A98
Complementary color
Monochromatic Colors of #DC9A98
Black with #DC9A98
Text Example
Text Example
White with #DC9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A98; }
p { color: rgb(220,154,152); }
H1.HeaderClassName
{
color: #DC9A98;
}
.AnyTagClassName
{
color: #DC9A98;
}
</style>
background-color css
<style>
a { background-color: #DC9A98; }
a { background-color: rgb(220,154,152); }
div.DivClassName
{
background-color: #DC9A98;
}
.BgClassName
{
background-color: #DC9A98;
}
</style>
border-color css
<style>
span { border-color: #DC9A98; }
span { border-color: rgb(220,154,152); }
td.TdClassName
{
border-color: #DC9A98;
}
.TagClassName
{
border-color: #DC9A98;
}
</style>