#DD9993

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

Shades of Petite Orchid #DD9993

Tints of Petite Orchid #DD9993

Color information

#DD9993 (or 0xDD9993) is unknown color: approx Petite Orchid. HEX triplet: DD, 99 and 93. RGB value is (221,153,147). Sum of RGB (Red+Green+Blue) = 221+153+147=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9993 is #22666C. Grayscale: #ACACAC. Windows color (decimal): -2254445 or 9673181. OLE color: 9673181.

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

Color convert

RGB221153147-
CMYK00.310.330.13
HSL4.86º52.11%72.16%-
HSV(B)4.86º33.48%86.67%-
XYZ46.4840.2632.93-
YUV172.65113.53162.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=42.42%
G=29.37%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115314700.310.330.134.8652.1172.16
HexDD999301F21D53448
Octal3352312230374115564110
Binary11011101100110011001001101111110000111011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9993; }

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

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

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

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

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

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

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

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