#DD9B9B

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

Shades of Petite Orchid #DD9B9B

Tints of Petite Orchid #DD9B9B

Color information

#DD9B9B (or 0xDD9B9B) is unknown color: approx Petite Orchid. HEX triplet: DD, 9B and 9B. RGB value is (221,155,155). Sum of RGB (Red+Green+Blue) = 221+155+155=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B9B is #226464. Grayscale: #AEAEAE. Windows color (decimal): -2253925 or 10197981. OLE color: 10197981.

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

Color convert

RGB221155155-
CMYK00.300.300.13
HSL49.25%73.73%-
HSV(B)29.86%86.67%-
XYZ47.4641.1836.46-
YUV174.73116.87161-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=41.62%
G=29.19%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115515500.300.300.13049.2573.73
HexDD9B9B01E1ED0314a
Octal3352332330363615061112
Binary11011101100110111001101101111011110110101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B9B; }

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

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

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

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

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

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

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

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