#DD9A8A

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

Shades of Petite Orchid #DD9A8A

Tints of Petite Orchid #DD9A8A

Color information

#DD9A8A (or 0xDD9A8A) is unknown color: approx Petite Orchid. HEX triplet: DD, 9A and 8A. RGB value is (221,154,138). Sum of RGB (Red+Green+Blue) = 221+154+138=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A8A is #226575. Grayscale: #ACACAC. Windows color (decimal): -2254198 or 9083613. OLE color: 9083613.

HSL color Cylindrical-coordinate representation of color #DD9A8A: hue angle of 11.57º 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 #DD9A8A is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221154138-
CMYK00.300.380.13
HSL11.57º54.97%70.39%-
HSV(B)11.57º37.56%86.67%-
XYZ45.9640.3229.4-
YUV172.21108.7162.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=43.08%
G=30.02%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115413800.300.380.1311.5754.9770.39
HexDD9A8A01E26Dc3746
Octal33523221203646151467106
Binary110111011001101010001010011110100110110111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A8A; }

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

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

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

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

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

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

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

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