Shades of Petite Orchid #DD928F
Tints of Petite Orchid #DD928F
RGB
CMYK
RGB Variations
Color information
#DD928F (or 0xDD928F) is known color: Petite Orchid. HEX triplet: DD, 92 and 8F. RGB value is (221,146,143). Sum of RGB (Red+Green+Blue) = 221+146+143=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928F is #226D70. Grayscale: #A8A8A8. Windows color (decimal): -2256241 or 9409245. OLE color: 9409245.
HSL color Cylindrical-coordinate representation of color #DD928F: hue angle of 2.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD928F is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 143 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.13 |
| HSL | 2.31º | 0.53% | 0.71% | - |
| HSV(B) | 2.31º | 0.35% | 0.87% | - |
| XYZ | 45.06 | 37.91 | 30.93 | - |
| YUV | 168.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 143 | 0 | 0.34 | 0.35 | 0.13 | 2.31 | 0.53 | 0.71 |
| Hex | DD | 92 | 8F | 0 | 22 | 23 | D | 2 | 35 | 47 |
| Octal | 335 | 222 | 217 | 0 | 42 | 43 | 15 | 2 | 65 | 107 |
| Binary | 11011101 | 10010010 | 10001111 | 0 | 100010 | 100011 | 1101 | 10 | 110101 | 1000111 |
Color Harmonies of #DD928F
Complementary color
Monochromatic Colors of #DD928F
Black with #DD928F
Text Example
Text Example
White with #DD928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD928F; }
p { color: rgb(221,146,143); }
H1.HeaderClassName
{
color: #DD928F;
}
.AnyTagClassName
{
color: #DD928F;
}
</style>
background-color css
<style>
a { background-color: #DD928F; }
a { background-color: rgb(221,146,143); }
div.DivClassName
{
background-color: #DD928F;
}
.BgClassName
{
background-color: #DD928F;
}
</style>
border-color css
<style>
span { border-color: #DD928F; }
span { border-color: rgb(221,146,143); }
td.TdClassName
{
border-color: #DD928F;
}
.TagClassName
{
border-color: #DD928F;
}
</style>