#DD9589

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

Shades of Petite Orchid #DD9589

Tints of Petite Orchid #DD9589

Color information

#DD9589 (or 0xDD9589) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 89. RGB value is (221,149,137). Sum of RGB (Red+Green+Blue) = 221+149+137=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9589 is #226A76. Grayscale: #A9A9A9. Windows color (decimal): -2255479 or 9016797. OLE color: 9016797.

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

Color convert

RGB221149137-
CMYK00.330.380.13
HSL8.57º55.26%70.2%-
HSV(B)8.57º38.01%86.67%-
XYZ45.0838.6728.76-
YUV169.16109.85164.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=43.59%
G=29.39%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114913700.330.380.138.5755.2670.2
HexDD958902126D93746
Octal33522521104146151167106
Binary1101110110010101100010010100001100110110110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9589; }

 p { color: rgb(221,149,137); }

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

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

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

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

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

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

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