Shades of Petite Orchid #DD948A
Tints of Petite Orchid #DD948A
RGB
CMYK
RGB Variations
Color information
#DD948A (or 0xDD948A) is known color: Petite Orchid. HEX triplet: DD, 94 and 8A. RGB value is (221,148,138). Sum of RGB (Red+Green+Blue) = 221+148+138=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD948A is #226B75. Grayscale: #A8A8A8. Windows color (decimal): -2255734 or 9082077. OLE color: 9082077.
HSL color Cylindrical-coordinate representation of color #DD948A: hue angle of 7.23º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD948A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 138 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.13 |
| HSL | 7.23º | 0.55% | 0.7% | - |
| HSV(B) | 7.23º | 0.38% | 0.87% | - |
| XYZ | 45 | 38.39 | 29.08 | - |
| YUV | 168.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 138 | 0 | 0.33 | 0.38 | 0.13 | 7.23 | 0.55 | 0.7 |
| Hex | DD | 94 | 8A | 0 | 21 | 26 | D | 7 | 37 | 46 |
| Octal | 335 | 224 | 212 | 0 | 41 | 46 | 15 | 7 | 67 | 106 |
| Binary | 11011101 | 10010100 | 10001010 | 0 | 100001 | 100110 | 1101 | 111 | 110111 | 1000110 |
Color Harmonies of #DD948A
Complementary color
Monochromatic Colors of #DD948A
Black with #DD948A
Text Example
Text Example
White with #DD948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD948A; }
p { color: rgb(221,148,138); }
H1.HeaderClassName
{
color: #DD948A;
}
.AnyTagClassName
{
color: #DD948A;
}
</style>
background-color css
<style>
a { background-color: #DD948A; }
a { background-color: rgb(221,148,138); }
div.DivClassName
{
background-color: #DD948A;
}
.BgClassName
{
background-color: #DD948A;
}
</style>
border-color css
<style>
span { border-color: #DD948A; }
span { border-color: rgb(221,148,138); }
td.TdClassName
{
border-color: #DD948A;
}
.TagClassName
{
border-color: #DD948A;
}
</style>