#DD908A

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

Shades of Petite Orchid #DD908A

Tints of Petite Orchid #DD908A

Color information

#DD908A (or 0xDD908A) is unknown color: approx Petite Orchid. HEX triplet: DD, 90 and 8A. RGB value is (221,144,138). Sum of RGB (Red+Green+Blue) = 221+144+138=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908A is #226F75. Grayscale: #A6A6A6. Windows color (decimal): -2256758 or 9081053. OLE color: 9081053.

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

Color convert

RGB221144138-
CMYK00.350.380.13
HSL4.34º54.97%70.39%-
HSV(B)4.34º37.56%86.67%-
XYZ44.3837.1528.88-
YUV166.34112.01166.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=43.94%
G=28.63%
B=27.44%

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
Decimal22114413800.350.380.134.3454.9770.39
HexDD908A02326D43746
Octal3352202120434615467106
Binary110111011001000010001010010001110011011011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD908A; }

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

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

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

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

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

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

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

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