#DD9593

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

Shades of Petite Orchid #DD9593

Tints of Petite Orchid #DD9593

Color information

#DD9593 (or 0xDD9593) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 93. RGB value is (221,149,147). Sum of RGB (Red+Green+Blue) = 221+149+147=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9593 is #226A6C. Grayscale: #AAAAAA. Windows color (decimal): -2255469 or 9672157. OLE color: 9672157.

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

Color convert

RGB221149147-
CMYK00.330.330.13
HSL1.62º52.11%72.16%-
HSV(B)1.62º33.48%86.67%-
XYZ45.8338.9732.71-
YUV170.3114.85164.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=42.75%
G=28.82%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114914700.330.330.131.6252.1172.16
HexDD959302121D23448
Octal3352252230414115264110
Binary11011101100101011001001101000011000011101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9593; }

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

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

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

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

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

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

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

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