#DD908E

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

Shades of Petite Orchid #DD908E

Tints of Petite Orchid #DD908E

Color information

#DD908E (or 0xDD908E) is unknown color: approx Petite Orchid. HEX triplet: DD, 90 and 8E. RGB value is (221,144,142). Sum of RGB (Red+Green+Blue) = 221+144+142=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908E is #226F71. Grayscale: #A6A6A6. Windows color (decimal): -2256754 or 9343197. OLE color: 9343197.

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

Color convert

RGB221144142-
CMYK00.350.360.13
HSL1.52º53.74%71.18%-
HSV(B)1.52º35.75%86.67%-
XYZ44.6737.2730.43-
YUV166.79114.01166.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=43.59%
G=28.40%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114414200.350.360.131.5253.7471.18
HexDD908E02324D23647
Octal3352202160434415266107
Binary11011101100100001000111001000111001001101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD908E; }

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

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

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

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

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

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

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

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