#DD9690

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

Shades of Petite Orchid #DD9690

Tints of Petite Orchid #DD9690

Color information

#DD9690 (or 0xDD9690) is unknown color: approx Petite Orchid. HEX triplet: DD, 96 and 90. RGB value is (221,150,144). Sum of RGB (Red+Green+Blue) = 221+150+144=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9690 is #22696F. Grayscale: #AAAAAA. Windows color (decimal): -2255216 or 9475805. OLE color: 9475805.

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

Color convert

RGB221150144-
CMYK00.320.350.13
HSL4.68º53.1%71.57%-
HSV(B)4.68º34.84%86.67%-
XYZ45.7639.231.54-
YUV170.54113.02163.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=42.91%
G=29.13%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115014400.320.350.134.6853.171.57
HexDD969002023D53548
Octal3352262200404315565110
Binary110111011001011010010000010000010001111011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9690; }

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

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

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

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

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

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

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

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