Shades of Petite Orchid #DC938F
Tints of Petite Orchid #DC938F
RGB
CMYK
RGB Variations
Color information
#DC938F (or 0xDC938F) is known color: Petite Orchid. HEX triplet: DC, 93 and 8F. RGB value is (220,147,143). Sum of RGB (Red+Green+Blue) = 220+147+143=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938F is #236C70. Grayscale: #A8A8A8. Windows color (decimal): -2321521 or 9409500. OLE color: 9409500.
HSL color Cylindrical-coordinate representation of color #DC938F: hue angle of 3.12º 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 #DC938F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 143 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.14 |
| HSL | 3.12º | 0.52% | 0.71% | - |
| HSV(B) | 3.12º | 0.35% | 0.86% | - |
| XYZ | 44.91 | 38.07 | 30.97 | - |
| YUV | 168.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 143 | 0 | 0.33 | 0.35 | 0.14 | 3.12 | 0.52 | 0.71 |
| Hex | DC | 93 | 8F | 0 | 21 | 23 | E | 3 | 34 | 47 |
| Octal | 334 | 223 | 217 | 0 | 41 | 43 | 16 | 3 | 64 | 107 |
| Binary | 11011100 | 10010011 | 10001111 | 0 | 100001 | 100011 | 1110 | 11 | 110100 | 1000111 |
Color Harmonies of #DC938F
Complementary color
Monochromatic Colors of #DC938F
Black with #DC938F
Text Example
Text Example
White with #DC938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC938F; }
p { color: rgb(220,147,143); }
H1.HeaderClassName
{
color: #DC938F;
}
.AnyTagClassName
{
color: #DC938F;
}
</style>
background-color css
<style>
a { background-color: #DC938F; }
a { background-color: rgb(220,147,143); }
div.DivClassName
{
background-color: #DC938F;
}
.BgClassName
{
background-color: #DC938F;
}
</style>
border-color css
<style>
span { border-color: #DC938F; }
span { border-color: rgb(220,147,143); }
td.TdClassName
{
border-color: #DC938F;
}
.TagClassName
{
border-color: #DC938F;
}
</style>