Shades of Petite Orchid #DD948B
Tints of Petite Orchid #DD948B
RGB
CMYK
RGB Variations
Color information
#DD948B (or 0xDD948B) is known color: Petite Orchid. HEX triplet: DD, 94 and 8B. RGB value is (221,148,139). Sum of RGB (Red+Green+Blue) = 221+148+139=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD948B is #226B74. Grayscale: #A8A8A8. Windows color (decimal): -2255733 or 9147613. OLE color: 9147613.
HSL color Cylindrical-coordinate representation of color #DD948B: hue angle of 6.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD948B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 139 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.13 |
| HSL | 6.59º | 0.55% | 0.71% | - |
| HSV(B) | 6.59º | 0.37% | 0.87% | - |
| XYZ | 45.07 | 38.42 | 29.47 | - |
| YUV | 168.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 139 | 0 | 0.33 | 0.37 | 0.13 | 6.59 | 0.55 | 0.71 |
| Hex | DD | 94 | 8B | 0 | 21 | 25 | D | 7 | 37 | 47 |
| Octal | 335 | 224 | 213 | 0 | 41 | 45 | 15 | 7 | 67 | 107 |
| Binary | 11011101 | 10010100 | 10001011 | 0 | 100001 | 100101 | 1101 | 111 | 110111 | 1000111 |
Color Harmonies of #DD948B
Complementary color
Monochromatic Colors of #DD948B
Black with #DD948B
Text Example
Text Example
White with #DD948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD948B; }
p { color: rgb(221,148,139); }
H1.HeaderClassName
{
color: #DD948B;
}
.AnyTagClassName
{
color: #DD948B;
}
</style>
background-color css
<style>
a { background-color: #DD948B; }
a { background-color: rgb(221,148,139); }
div.DivClassName
{
background-color: #DD948B;
}
.BgClassName
{
background-color: #DD948B;
}
</style>
border-color css
<style>
span { border-color: #DD948B; }
span { border-color: rgb(221,148,139); }
td.TdClassName
{
border-color: #DD948B;
}
.TagClassName
{
border-color: #DD948B;
}
</style>