#DD908B

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

Shades of Petite Orchid #DD908B

Tints of Petite Orchid #DD908B

Color information

#DD908B (or 0xDD908B) is unknown color: approx Petite Orchid. HEX triplet: DD, 90 and 8B. RGB value is (221,144,139). Sum of RGB (Red+Green+Blue) = 221+144+139=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908B is #226F74. Grayscale: #A6A6A6. Windows color (decimal): -2256757 or 9146589. OLE color: 9146589.

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

Color convert

RGB221144139-
CMYK00.350.370.13
HSL3.66º54.67%70.59%-
HSV(B)3.66º37.1%86.67%-
XYZ44.4537.1829.26-
YUV166.45112.51166.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=43.85%
G=28.57%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114413900.350.370.133.6654.6770.59
HexDD908B02325D43747
Octal3352202130434515467107
Binary110111011001000010001011010001110010111011001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD908B; }

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

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

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

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

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

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

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

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