Shades of Petite Orchid #DC928A
Tints of Petite Orchid #DC928A
RGB
CMYK
RGB Variations
Color information
#DC928A (or 0xDC928A) is known color: Petite Orchid. HEX triplet: DC, 92 and 8A. RGB value is (220,146,138). Sum of RGB (Red+Green+Blue) = 220+146+138=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC928A is #236D75. Grayscale: #A7A7A7. Windows color (decimal): -2321782 or 9081564. OLE color: 9081564.
HSL color Cylindrical-coordinate representation of color #DC928A: hue angle of 5.85º 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 #DC928A is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 138 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.14 |
| HSL | 5.85º | 0.54% | 0.7% | - |
| HSV(B) | 5.85º | 0.37% | 0.86% | - |
| XYZ | 44.38 | 37.61 | 28.96 | - |
| YUV | 167.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 138 | 0 | 0.34 | 0.37 | 0.14 | 5.85 | 0.54 | 0.7 |
| Hex | DC | 92 | 8A | 0 | 22 | 25 | E | 6 | 36 | 46 |
| Octal | 334 | 222 | 212 | 0 | 42 | 45 | 16 | 6 | 66 | 106 |
| Binary | 11011100 | 10010010 | 10001010 | 0 | 100010 | 100101 | 1110 | 110 | 110110 | 1000110 |
Color Harmonies of #DC928A
Complementary color
Monochromatic Colors of #DC928A
Black with #DC928A
Text Example
Text Example
White with #DC928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC928A; }
p { color: rgb(220,146,138); }
H1.HeaderClassName
{
color: #DC928A;
}
.AnyTagClassName
{
color: #DC928A;
}
</style>
background-color css
<style>
a { background-color: #DC928A; }
a { background-color: rgb(220,146,138); }
div.DivClassName
{
background-color: #DC928A;
}
.BgClassName
{
background-color: #DC928A;
}
</style>
border-color css
<style>
span { border-color: #DC928A; }
span { border-color: rgb(220,146,138); }
td.TdClassName
{
border-color: #DC928A;
}
.TagClassName
{
border-color: #DC928A;
}
</style>