#DD9088

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

Shades of Petite Orchid #DD9088

Tints of Petite Orchid #DD9088

Color information

#DD9088 (or 0xDD9088) is unknown color: approx Petite Orchid. HEX triplet: DD, 90 and 88. RGB value is (221,144,136). Sum of RGB (Red+Green+Blue) = 221+144+136=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9088 is #226F77. Grayscale: #A6A6A6. Windows color (decimal): -2256760 or 8949981. OLE color: 8949981.

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

Color convert

RGB221144136-
CMYK00.350.380.13
HSL5.65º55.56%70%-
HSV(B)5.65º38.46%86.67%-
XYZ44.2437.128.12-
YUV166.11111.01167.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=44.11%
G=28.74%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114413600.350.380.135.6555.5670
HexDD908802326D63846
Octal3352202100434615670106
Binary110111011001000010001000010001110011011011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9088; }

 p { color: rgb(221,144,136); }

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

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

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

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

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

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

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