#DD9585

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

Shades of Petite Orchid #DD9585

Tints of Petite Orchid #DD9585

Color information

#DD9585 (or 0xDD9585) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 85. RGB value is (221,149,133). Sum of RGB (Red+Green+Blue) = 221+149+133=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9585 is #226A7A. Grayscale: #A8A8A8. Windows color (decimal): -2255483 or 8754653. OLE color: 8754653.

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

Color convert

RGB221149133-
CMYK00.330.400.13
HSL10.91º56.41%69.41%-
HSV(B)10.91º39.82%86.67%-
XYZ44.838.5627.27-
YUV168.7107.85165.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=43.94%
G=29.62%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114913300.330.400.1310.9156.4169.41
HexDD958502128Db3845
Octal33522520504150151370105
Binary1101110110010101100001010100001101000110110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9585; }

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

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

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

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

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

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

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

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