Shades of Petite Orchid #DC928F
Tints of Petite Orchid #DC928F
RGB
CMYK
RGB Variations
Color information
#DC928F (or 0xDC928F) is known color: Petite Orchid. HEX triplet: DC, 92 and 8F. RGB value is (220,146,143). Sum of RGB (Red+Green+Blue) = 220+146+143=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC928F is #236D70. Grayscale: #A7A7A7. Windows color (decimal): -2321777 or 9409244. OLE color: 9409244.
HSL color Cylindrical-coordinate representation of color #DC928F: hue angle of 2.34º 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 #DC928F is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 143 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.14 |
| HSL | 2.34º | 0.52% | 0.71% | - |
| HSV(B) | 2.34º | 0.35% | 0.86% | - |
| XYZ | 44.75 | 37.76 | 30.92 | - |
| YUV | 167.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 143 | 0 | 0.34 | 0.35 | 0.14 | 2.34 | 0.52 | 0.71 |
| Hex | DC | 92 | 8F | 0 | 22 | 23 | E | 2 | 34 | 47 |
| Octal | 334 | 222 | 217 | 0 | 42 | 43 | 16 | 2 | 64 | 107 |
| Binary | 11011100 | 10010010 | 10001111 | 0 | 100010 | 100011 | 1110 | 10 | 110100 | 1000111 |
Color Harmonies of #DC928F
Complementary color
Monochromatic Colors of #DC928F
Black with #DC928F
Text Example
Text Example
White with #DC928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC928F; }
p { color: rgb(220,146,143); }
H1.HeaderClassName
{
color: #DC928F;
}
.AnyTagClassName
{
color: #DC928F;
}
</style>
background-color css
<style>
a { background-color: #DC928F; }
a { background-color: rgb(220,146,143); }
div.DivClassName
{
background-color: #DC928F;
}
.BgClassName
{
background-color: #DC928F;
}
</style>
border-color css
<style>
span { border-color: #DC928F; }
span { border-color: rgb(220,146,143); }
td.TdClassName
{
border-color: #DC928F;
}
.TagClassName
{
border-color: #DC928F;
}
</style>