#DD9895

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

Shades of Petite Orchid #DD9895

Tints of Petite Orchid #DD9895

Color information

#DD9895 (or 0xDD9895) is unknown color: approx Petite Orchid. HEX triplet: DD, 98 and 95. RGB value is (221,152,149). Sum of RGB (Red+Green+Blue) = 221+152+149=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9895 is #22676A. Grayscale: #ACACAC. Windows color (decimal): -2254699 or 9803997. OLE color: 9803997.

HSL color Cylindrical-coordinate representation of color #DD9895: hue angle of 2.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9895 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221152149-
CMYK00.310.330.13
HSL2.5º51.43%72.55%-
HSV(B)2.5º32.58%86.67%-
XYZ46.474033.7-
YUV172.29114.86162.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=42.34%
G=29.12%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115214900.310.330.132.551.4372.55
HexDD989501F21D33349
Octal3352302250374115363111
Binary1101110110011000100101010111111000011101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9895; }

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

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

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

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

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

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

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

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