#DD9291

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

Shades of Petite Orchid #DD9291

Tints of Petite Orchid #DD9291

Color information

#DD9291 (or 0xDD9291) is unknown color: approx Petite Orchid. HEX triplet: DD, 92 and 91. RGB value is (221,146,145). Sum of RGB (Red+Green+Blue) = 221+146+145=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9291 is #226D6E. Grayscale: #A8A8A8. Windows color (decimal): -2256239 or 9540317. OLE color: 9540317.

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

Color convert

RGB221146145-
CMYK00.340.340.13
HSL0.79º52.78%71.76%-
HSV(B)0.79º34.39%86.67%-
XYZ45.2137.9731.74-
YUV168.31114.85165.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=43.16%
G=28.52%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114614500.340.340.130.7952.7871.76
HexDD929102222D13548
Octal3352222210424215165110
Binary1101110110010010100100010100010100010110111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9291; }

 p { color: rgb(221,146,145); }

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

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

 a { background-color: rgb(221,146,145); }

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

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

 span { border-color: rgb(221,146,145); }

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