#DD9E95

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

Shades of Petite Orchid #DD9E95

Tints of Petite Orchid #DD9E95

Color information

#DD9E95 (or 0xDD9E95) is unknown color: approx Petite Orchid. HEX triplet: DD, 9E and 95. RGB value is (221,158,149). Sum of RGB (Red+Green+Blue) = 221+158+149=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E95 is #22616A. Grayscale: #AFAFAF. Windows color (decimal): -2253163 or 9805533. OLE color: 9805533.

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

Color convert

RGB221158149-
CMYK00.290.330.13
HSL7.5º51.43%72.55%-
HSV(B)7.5º32.58%86.67%-
XYZ47.474234.04-
YUV175.81112.87160.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=41.86%
G=29.92%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115814900.290.330.137.551.4372.55
HexDD9E9501D21D83349
Octal33523622503541151063111
Binary110111011001111010010101011101100001110110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E95; }

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

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

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

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

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

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

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

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