#DD9C95

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

Shades of Petite Orchid #DD9C95

Tints of Petite Orchid #DD9C95

Color information

#DD9C95 (or 0xDD9C95) is unknown color: approx Petite Orchid. HEX triplet: DD, 9C and 95. RGB value is (221,156,149). Sum of RGB (Red+Green+Blue) = 221+156+149=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C95 is #22636A. Grayscale: #AEAEAE. Windows color (decimal): -2253675 or 9805021. OLE color: 9805021.

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

Color convert

RGB221156149-
CMYK00.290.330.13
HSL5.83º51.43%72.55%-
HSV(B)5.83º32.58%86.67%-
XYZ47.1341.3233.93-
YUV174.64113.53161.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=42.02%
G=29.66%
B=28.33%

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
Decimal22115614900.290.330.135.8351.4372.55
HexDD9C9501D21D63349
Octal3352342250354115663111
Binary11011101100111001001010101110110000111011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C95; }

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

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

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

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

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

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

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

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