#DD9D9D

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

Shades of Petite Orchid #DD9D9D

Tints of Petite Orchid #DD9D9D

Color information

#DD9D9D (or 0xDD9D9D) is unknown color: approx Petite Orchid. HEX triplet: DD, 9D and 9D. RGB value is (221,157,157). Sum of RGB (Red+Green+Blue) = 221+157+157=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D9D is #226262. Grayscale: #B0B0B0. Windows color (decimal): -2253411 or 10329565. OLE color: 10329565.

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

Color convert

RGB221157157-
CMYK00.290.290.13
HSL48.48%74.12%-
HSV(B)28.96%86.67%-
XYZ47.9641.9237.46-
YUV176.14117.2160-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=41.31%
G=29.35%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115715700.290.290.13048.4874.12
HexDD9D9D01D1DD0304a
Octal3352352350353515060112
Binary11011101100111011001110101110111101110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D9D; }

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

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

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

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

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

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

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

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