#DD9D94

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

Shades of Petite Orchid #DD9D94

Tints of Petite Orchid #DD9D94

Color information

#DD9D94 (or 0xDD9D94) is unknown color: approx Petite Orchid. HEX triplet: DD, 9D and 94. RGB value is (221,157,148). Sum of RGB (Red+Green+Blue) = 221+157+148=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D94 is #22626B. Grayscale: #AFAFAF. Windows color (decimal): -2253420 or 9739741. OLE color: 9739741.

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

Color convert

RGB221157148-
CMYK00.290.330.13
HSL7.4º51.77%72.35%-
HSV(B)7.4º33.03%86.67%-
XYZ47.2241.6233.56-
YUV175.11112.7160.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=42.02%
G=29.85%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115714800.290.330.137.451.7772.35
HexDD9D9401D21D73448
Octal3352352240354115764110
Binary11011101100111011001010001110110000111011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D94; }

 p { color: rgb(221,157,148); }

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

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

 a { background-color: rgb(221,157,148); }

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

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

 span { border-color: rgb(221,157,148); }

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