Shades of Petite Orchid #DC948A
Tints of Petite Orchid #DC948A
RGB
CMYK
RGB Variations
Color information
#DC948A (or 0xDC948A) is known color: Petite Orchid. HEX triplet: DC, 94 and 8A. RGB value is (220,148,138). Sum of RGB (Red+Green+Blue) = 220+148+138=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC948A is #236B75. Grayscale: #A8A8A8. Windows color (decimal): -2321270 or 9082076. OLE color: 9082076.
HSL color Cylindrical-coordinate representation of color #DC948A: hue angle of 7.32º 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 #DC948A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 138 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.14 |
| HSL | 7.32º | 0.54% | 0.7% | - |
| HSV(B) | 7.32º | 0.37% | 0.86% | - |
| XYZ | 44.69 | 38.23 | 29.07 | - |
| YUV | 168.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 138 | 0 | 0.33 | 0.37 | 0.14 | 7.32 | 0.54 | 0.7 |
| Hex | DC | 94 | 8A | 0 | 21 | 25 | E | 7 | 36 | 46 |
| Octal | 334 | 224 | 212 | 0 | 41 | 45 | 16 | 7 | 66 | 106 |
| Binary | 11011100 | 10010100 | 10001010 | 0 | 100001 | 100101 | 1110 | 111 | 110110 | 1000110 |
Color Harmonies of #DC948A
Complementary color
Monochromatic Colors of #DC948A
Black with #DC948A
Text Example
Text Example
White with #DC948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC948A; }
p { color: rgb(220,148,138); }
H1.HeaderClassName
{
color: #DC948A;
}
.AnyTagClassName
{
color: #DC948A;
}
</style>
background-color css
<style>
a { background-color: #DC948A; }
a { background-color: rgb(220,148,138); }
div.DivClassName
{
background-color: #DC948A;
}
.BgClassName
{
background-color: #DC948A;
}
</style>
border-color css
<style>
span { border-color: #DC948A; }
span { border-color: rgb(220,148,138); }
td.TdClassName
{
border-color: #DC948A;
}
.TagClassName
{
border-color: #DC948A;
}
</style>