Shades of Petite Orchid #DC928E
Tints of Petite Orchid #DC928E
RGB
CMYK
RGB Variations
Color information
#DC928E (or 0xDC928E) is known color: Petite Orchid. HEX triplet: DC, 92 and 8E. RGB value is (220,146,142). Sum of RGB (Red+Green+Blue) = 220+146+142=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC928E is #236D71. Grayscale: #A7A7A7. Windows color (decimal): -2321778 or 9343708. OLE color: 9343708.
HSL color Cylindrical-coordinate representation of color #DC928E: hue angle of 3.08º degrees, saturation: 0.53, 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 #DC928E is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 142 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.14 |
| HSL | 3.08º | 0.53% | 0.71% | - |
| HSV(B) | 3.08º | 0.35% | 0.86% | - |
| XYZ | 44.68 | 37.73 | 30.52 | - |
| YUV | 167.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 142 | 0 | 0.34 | 0.35 | 0.14 | 3.08 | 0.53 | 0.71 |
| Hex | DC | 92 | 8E | 0 | 22 | 23 | E | 3 | 35 | 47 |
| Octal | 334 | 222 | 216 | 0 | 42 | 43 | 16 | 3 | 65 | 107 |
| Binary | 11011100 | 10010010 | 10001110 | 0 | 100010 | 100011 | 1110 | 11 | 110101 | 1000111 |
Color Harmonies of #DC928E
Complementary color
Monochromatic Colors of #DC928E
Black with #DC928E
Text Example
Text Example
White with #DC928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC928E; }
p { color: rgb(220,146,142); }
H1.HeaderClassName
{
color: #DC928E;
}
.AnyTagClassName
{
color: #DC928E;
}
</style>
background-color css
<style>
a { background-color: #DC928E; }
a { background-color: rgb(220,146,142); }
div.DivClassName
{
background-color: #DC928E;
}
.BgClassName
{
background-color: #DC928E;
}
</style>
border-color css
<style>
span { border-color: #DC928E; }
span { border-color: rgb(220,146,142); }
td.TdClassName
{
border-color: #DC928E;
}
.TagClassName
{
border-color: #DC928E;
}
</style>