Shades of Petite Orchid #DD948D
Tints of Petite Orchid #DD948D
RGB
CMYK
RGB Variations
Color information
#DD948D (or 0xDD948D) is known color: Petite Orchid. HEX triplet: DD, 94 and 8D. RGB value is (221,148,141). Sum of RGB (Red+Green+Blue) = 221+148+141=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD948D is #226B72. Grayscale: #A9A9A9. Windows color (decimal): -2255731 or 9278685. OLE color: 9278685.
HSL color Cylindrical-coordinate representation of color #DD948D: hue angle of 5.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD948D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 141 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.13 |
| HSL | 5.25º | 0.54% | 0.71% | - |
| HSV(B) | 5.25º | 0.36% | 0.87% | - |
| XYZ | 45.22 | 38.48 | 30.24 | - |
| YUV | 169.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 141 | 0 | 0.33 | 0.36 | 0.13 | 5.25 | 0.54 | 0.71 |
| Hex | DD | 94 | 8D | 0 | 21 | 24 | D | 5 | 36 | 47 |
| Octal | 335 | 224 | 215 | 0 | 41 | 44 | 15 | 5 | 66 | 107 |
| Binary | 11011101 | 10010100 | 10001101 | 0 | 100001 | 100100 | 1101 | 101 | 110110 | 1000111 |
Color Harmonies of #DD948D
Complementary color
Monochromatic Colors of #DD948D
Black with #DD948D
Text Example
Text Example
White with #DD948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD948D; }
p { color: rgb(221,148,141); }
H1.HeaderClassName
{
color: #DD948D;
}
.AnyTagClassName
{
color: #DD948D;
}
</style>
background-color css
<style>
a { background-color: #DD948D; }
a { background-color: rgb(221,148,141); }
div.DivClassName
{
background-color: #DD948D;
}
.BgClassName
{
background-color: #DD948D;
}
</style>
border-color css
<style>
span { border-color: #DD948D; }
span { border-color: rgb(221,148,141); }
td.TdClassName
{
border-color: #DD948D;
}
.TagClassName
{
border-color: #DD948D;
}
</style>