#DD9B95

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

Shades of Petite Orchid #DD9B95

Tints of Petite Orchid #DD9B95

Color information

#DD9B95 (or 0xDD9B95) is unknown color: approx Petite Orchid. HEX triplet: DD, 9B and 95. RGB value is (221,155,149). Sum of RGB (Red+Green+Blue) = 221+155+149=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B95 is #22646A. Grayscale: #AEAEAE. Windows color (decimal): -2253931 or 9804765. OLE color: 9804765.

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

Color convert

RGB221155149-
CMYK00.300.330.13
HSL51.43%72.55%-
HSV(B)32.58%86.67%-
XYZ46.9640.9833.87-
YUV174.05113.87161.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=42.10%
G=29.52%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115514900.300.330.13551.4372.55
HexDD9B9501E21D53349
Octal3352332250364115563111
Binary11011101100110111001010101111010000111011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B95; }

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

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

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

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

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

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

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

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