#DD9592

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

Shades of Petite Orchid #DD9592

Tints of Petite Orchid #DD9592

Color information

#DD9592 (or 0xDD9592) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 92. RGB value is (221,149,146). Sum of RGB (Red+Green+Blue) = 221+149+146=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9592 is #226A6D. Grayscale: #AAAAAA. Windows color (decimal): -2255470 or 9606621. OLE color: 9606621.

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

Color convert

RGB221149146-
CMYK00.330.340.13
HSL2.4º52.45%71.96%-
HSV(B)2.4º33.94%86.67%-
XYZ45.7538.9432.3-
YUV170.19114.35164.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=42.83%
G=28.88%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114914600.330.340.132.452.4571.96
HexDD959202122D23448
Octal3352252220414215264110
Binary11011101100101011001001001000011000101101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9592; }

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

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

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

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

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

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

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

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