#DD9A93

Color #DD9A93 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DD9A93

Tints of Petite Orchid #DD9A93

Color information

#DD9A93 (or 0xDD9A93) is unknown color: approx Petite Orchid. HEX triplet: DD, 9A and 93. RGB value is (221,154,147). Sum of RGB (Red+Green+Blue) = 221+154+147=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A93 is #22656C. Grayscale: #ADADAD. Windows color (decimal): -2254189 or 9673437. OLE color: 9673437.

HSL color Cylindrical-coordinate representation of color #DD9A93: hue angle of 5.68º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9A93 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221154147-
CMYK00.300.330.13
HSL5.68º52.11%72.16%-
HSV(B)5.68º33.48%86.67%-
XYZ46.6440.5932.98-
YUV173.24113.2162.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=42.34%
G=29.50%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115414700.300.330.135.6852.1172.16
HexDD9A9301E21D63448
Octal3352322230364115664110
Binary11011101100110101001001101111010000111011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A93; }

 p { color: rgb(221,154,147); }

 H1.HeaderClassName
 {
   color: #DD9A93;
 }
 .AnyTagClassName
 {
   color: #DD9A93;
 }
</style>
background-color css

<style>
 a { background-color: #DD9A93; }

 a { background-color: rgb(221,154,147); }

 div.DivClassName
 {
   background-color: #DD9A93;
 }
 .BgClassName
 {
   background-color: #DD9A93;
 }
</style>
border-color css

<style>
 span { border-color: #DD9A93; }

 span { border-color: rgb(221,154,147); }

 td.TdClassName
 {
   border-color: #DD9A93;
 }
 .TagClassName
 {
   border-color: #DD9A93;
 }
</style>