Shades of Petite Orchid #DC948E
Tints of Petite Orchid #DC948E
RGB
CMYK
RGB Variations
Color information
#DC948E (or 0xDC948E) is known color: Petite Orchid. HEX triplet: DC, 94 and 8E. RGB value is (220,148,142). Sum of RGB (Red+Green+Blue) = 220+148+142=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC948E is #236B71. Grayscale: #A8A8A8. Windows color (decimal): -2321266 or 9344220. OLE color: 9344220.
HSL color Cylindrical-coordinate representation of color #DC948E: hue angle of 4.62º degrees, saturation: 0.53, 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 #DC948E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 142 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.14 |
| HSL | 4.62º | 0.53% | 0.71% | - |
| HSV(B) | 4.62º | 0.35% | 0.86% | - |
| XYZ | 44.99 | 38.35 | 30.62 | - |
| YUV | 168.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 142 | 0 | 0.33 | 0.35 | 0.14 | 4.62 | 0.53 | 0.71 |
| Hex | DC | 94 | 8E | 0 | 21 | 23 | E | 5 | 35 | 47 |
| Octal | 334 | 224 | 216 | 0 | 41 | 43 | 16 | 5 | 65 | 107 |
| Binary | 11011100 | 10010100 | 10001110 | 0 | 100001 | 100011 | 1110 | 101 | 110101 | 1000111 |
Color Harmonies of #DC948E
Complementary color
Monochromatic Colors of #DC948E
Black with #DC948E
Text Example
Text Example
White with #DC948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC948E; }
p { color: rgb(220,148,142); }
H1.HeaderClassName
{
color: #DC948E;
}
.AnyTagClassName
{
color: #DC948E;
}
</style>
background-color css
<style>
a { background-color: #DC948E; }
a { background-color: rgb(220,148,142); }
div.DivClassName
{
background-color: #DC948E;
}
.BgClassName
{
background-color: #DC948E;
}
</style>
border-color css
<style>
span { border-color: #DC948E; }
span { border-color: rgb(220,148,142); }
td.TdClassName
{
border-color: #DC948E;
}
.TagClassName
{
border-color: #DC948E;
}
</style>