Shades of Petite Orchid #DC998F
Tints of Petite Orchid #DC998F
RGB
CMYK
RGB Variations
Color information
#DC998F (or 0xDC998F) is known color: Petite Orchid. HEX triplet: DC, 99 and 8F. RGB value is (220,153,143). Sum of RGB (Red+Green+Blue) = 220+153+143=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC998F is #236670. Grayscale: #ABABAB. Windows color (decimal): -2319985 or 9411036. OLE color: 9411036.
HSL color Cylindrical-coordinate representation of color #DC998F: hue angle of 7.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC998F is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 143 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.14 |
| HSL | 7.79º | 0.52% | 0.71% | - |
| HSV(B) | 7.79º | 0.35% | 0.86% | - |
| XYZ | 45.86 | 39.98 | 31.29 | - |
| YUV | 171.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 143 | 0 | 0.30 | 0.35 | 0.14 | 7.79 | 0.52 | 0.71 |
| Hex | DC | 99 | 8F | 0 | 1E | 23 | E | 8 | 34 | 47 |
| Octal | 334 | 231 | 217 | 0 | 36 | 43 | 16 | 10 | 64 | 107 |
| Binary | 11011100 | 10011001 | 10001111 | 0 | 11110 | 100011 | 1110 | 1000 | 110100 | 1000111 |
Color Harmonies of #DC998F
Complementary color
Monochromatic Colors of #DC998F
Black with #DC998F
Text Example
Text Example
White with #DC998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC998F; }
p { color: rgb(220,153,143); }
H1.HeaderClassName
{
color: #DC998F;
}
.AnyTagClassName
{
color: #DC998F;
}
</style>
background-color css
<style>
a { background-color: #DC998F; }
a { background-color: rgb(220,153,143); }
div.DivClassName
{
background-color: #DC998F;
}
.BgClassName
{
background-color: #DC998F;
}
</style>
border-color css
<style>
span { border-color: #DC998F; }
span { border-color: rgb(220,153,143); }
td.TdClassName
{
border-color: #DC998F;
}
.TagClassName
{
border-color: #DC998F;
}
</style>