#DD9E9C

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

Shades of Petite Orchid #DD9E9C

Tints of Petite Orchid #DD9E9C

Color information

#DD9E9C (or 0xDD9E9C) is unknown color: approx Petite Orchid. HEX triplet: DD, 9E and 9C. RGB value is (221,158,156). Sum of RGB (Red+Green+Blue) = 221+158+156=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E9C is #226163. Grayscale: #B0B0B0. Windows color (decimal): -2253156 or 10264285. OLE color: 10264285.

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

Color convert

RGB221158156-
CMYK00.290.290.13
HSL1.85º48.87%73.92%-
HSV(B)1.85º29.41%86.67%-
XYZ48.0542.2337.07-
YUV176.61116.37159.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=41.31%
G=29.53%
B=29.16%

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
Decimal22115815600.290.290.131.8548.8773.92
HexDD9E9C01D1DD2314a
Octal3352362340353515261112
Binary110111011001111010011100011101111011101101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E9C; }

 p { color: rgb(221,158,156); }

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

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

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

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

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

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

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