#DD9A8F

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

Shades of Petite Orchid #DD9A8F

Tints of Petite Orchid #DD9A8F

Color information

#DD9A8F (or 0xDD9A8F) is unknown color: approx Petite Orchid. HEX triplet: DD, 9A and 8F. RGB value is (221,154,143). Sum of RGB (Red+Green+Blue) = 221+154+143=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A8F is #226570. Grayscale: #ACACAC. Windows color (decimal): -2254193 or 9411293. OLE color: 9411293.

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

Color convert

RGB221154143-
CMYK00.300.350.13
HSL8.46º53.42%71.37%-
HSV(B)8.46º35.29%86.67%-
XYZ46.3340.4731.36-
YUV172.78111.2162.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=42.66%
G=29.73%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115414300.300.350.138.4653.4271.37
HexDD9A8F01E23D83547
Octal33523221703643151065107
Binary110111011001101010001111011110100011110110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A8F; }

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

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

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

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

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

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

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

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