Shades of Petite Orchid #DC928B
Tints of Petite Orchid #DC928B
RGB
CMYK
RGB Variations
Color information
#DC928B (or 0xDC928B) is known color: Petite Orchid. HEX triplet: DC, 92 and 8B. RGB value is (220,146,139). Sum of RGB (Red+Green+Blue) = 220+146+139=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC928B is #236D74. Grayscale: #A7A7A7. Windows color (decimal): -2321781 or 9147100. OLE color: 9147100.
HSL color Cylindrical-coordinate representation of color #DC928B: hue angle of 5.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC928B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 139 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.14 |
| HSL | 5.19º | 0.54% | 0.7% | - |
| HSV(B) | 5.19º | 0.37% | 0.86% | - |
| XYZ | 44.45 | 37.64 | 29.35 | - |
| YUV | 167.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 139 | 0 | 0.34 | 0.37 | 0.14 | 5.19 | 0.54 | 0.7 |
| Hex | DC | 92 | 8B | 0 | 22 | 25 | E | 5 | 36 | 46 |
| Octal | 334 | 222 | 213 | 0 | 42 | 45 | 16 | 5 | 66 | 106 |
| Binary | 11011100 | 10010010 | 10001011 | 0 | 100010 | 100101 | 1110 | 101 | 110110 | 1000110 |
Color Harmonies of #DC928B
Complementary color
Monochromatic Colors of #DC928B
Black with #DC928B
Text Example
Text Example
White with #DC928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC928B; }
p { color: rgb(220,146,139); }
H1.HeaderClassName
{
color: #DC928B;
}
.AnyTagClassName
{
color: #DC928B;
}
</style>
background-color css
<style>
a { background-color: #DC928B; }
a { background-color: rgb(220,146,139); }
div.DivClassName
{
background-color: #DC928B;
}
.BgClassName
{
background-color: #DC928B;
}
</style>
border-color css
<style>
span { border-color: #DC928B; }
span { border-color: rgb(220,146,139); }
td.TdClassName
{
border-color: #DC928B;
}
.TagClassName
{
border-color: #DC928B;
}
</style>