#DD908F

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

Shades of Petite Orchid #DD908F

Tints of Petite Orchid #DD908F

Color information

#DD908F (or 0xDD908F) is unknown color: approx Petite Orchid. HEX triplet: DD, 90 and 8F. RGB value is (221,144,143). Sum of RGB (Red+Green+Blue) = 221+144+143=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908F is #226F70. Grayscale: #A6A6A6. Windows color (decimal): -2256753 or 9408733. OLE color: 9408733.

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

Color convert

RGB221144143-
CMYK00.350.350.13
HSL0.77º53.42%71.37%-
HSV(B)0.77º35.29%86.67%-
XYZ44.7537.330.83-
YUV166.91114.51166.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=43.50%
G=28.35%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114414300.350.350.130.7753.4271.37
HexDD908F02323D13547
Octal3352202170434315165107
Binary1101110110010000100011110100011100011110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD908F; }

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

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

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

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

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

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

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

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