#DD9590

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

Shades of Petite Orchid #DD9590

Tints of Petite Orchid #DD9590

Color information

#DD9590 (or 0xDD9590) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 90. RGB value is (221,149,144). Sum of RGB (Red+Green+Blue) = 221+149+144=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9590 is #226A6F. Grayscale: #AAAAAA. Windows color (decimal): -2255472 or 9475549. OLE color: 9475549.

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

Color convert

RGB221149144-
CMYK00.330.350.13
HSL3.9º53.1%71.57%-
HSV(B)3.9º34.84%86.67%-
XYZ45.638.8831.49-
YUV169.96113.35164.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=43.00%
G=28.99%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114914400.330.350.133.953.171.57
HexDD959002123D43548
Octal3352252200414315465110
Binary110111011001010110010000010000110001111011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9590; }

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

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

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

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

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

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

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

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