#DD9893

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

Shades of Petite Orchid #DD9893

Tints of Petite Orchid #DD9893

Color information

#DD9893 (or 0xDD9893) is unknown color: approx Petite Orchid. HEX triplet: DD, 98 and 93. RGB value is (221,152,147). Sum of RGB (Red+Green+Blue) = 221+152+147=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9893 is #22676C. Grayscale: #ACACAC. Windows color (decimal): -2254701 or 9672925. OLE color: 9672925.

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

Color convert

RGB221152147-
CMYK00.310.330.13
HSL4.05º52.11%72.16%-
HSV(B)4.05º33.48%86.67%-
XYZ46.3139.9432.87-
YUV172.06113.86162.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=42.5%
G=29.23%
B=28.27%

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
Decimal22115214700.310.330.134.0552.1172.16
HexDD989301F21D43448
Octal3352302230374115464110
Binary11011101100110001001001101111110000111011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9893; }

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

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

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

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

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

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

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

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