Shades of Petite Orchid #DC958B
Tints of Petite Orchid #DC958B
RGB
CMYK
RGB Variations
Color information
#DC958B (or 0xDC958B) is known color: Petite Orchid. HEX triplet: DC, 95 and 8B. RGB value is (220,149,139). Sum of RGB (Red+Green+Blue) = 220+149+139=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958B is #236A74. Grayscale: #A9A9A9. Windows color (decimal): -2321013 or 9147868. OLE color: 9147868.
HSL color Cylindrical-coordinate representation of color #DC958B: hue angle of 7.41º 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 #DC958B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 139 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.14 |
| HSL | 7.41º | 0.54% | 0.7% | - |
| HSV(B) | 7.41º | 0.37% | 0.86% | - |
| XYZ | 44.92 | 38.57 | 29.5 | - |
| YUV | 169.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 139 | 0 | 0.32 | 0.37 | 0.14 | 7.41 | 0.54 | 0.7 |
| Hex | DC | 95 | 8B | 0 | 20 | 25 | E | 7 | 36 | 46 |
| Octal | 334 | 225 | 213 | 0 | 40 | 45 | 16 | 7 | 66 | 106 |
| Binary | 11011100 | 10010101 | 10001011 | 0 | 100000 | 100101 | 1110 | 111 | 110110 | 1000110 |
Color Harmonies of #DC958B
Complementary color
Monochromatic Colors of #DC958B
Black with #DC958B
Text Example
Text Example
White with #DC958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC958B; }
p { color: rgb(220,149,139); }
H1.HeaderClassName
{
color: #DC958B;
}
.AnyTagClassName
{
color: #DC958B;
}
</style>
background-color css
<style>
a { background-color: #DC958B; }
a { background-color: rgb(220,149,139); }
div.DivClassName
{
background-color: #DC958B;
}
.BgClassName
{
background-color: #DC958B;
}
</style>
border-color css
<style>
span { border-color: #DC958B; }
span { border-color: rgb(220,149,139); }
td.TdClassName
{
border-color: #DC958B;
}
.TagClassName
{
border-color: #DC958B;
}
</style>