#DD9D90

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

Shades of Petite Orchid #DD9D90

Tints of Petite Orchid #DD9D90

Color information

#DD9D90 (or 0xDD9D90) is unknown color: approx Petite Orchid. HEX triplet: DD, 9D and 90. RGB value is (221,157,144). Sum of RGB (Red+Green+Blue) = 221+157+144=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D90 is #22626F. Grayscale: #AEAEAE. Windows color (decimal): -2253424 or 9477597. OLE color: 9477597.

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

Color convert

RGB221157144-
CMYK00.290.350.13
HSL10.13º53.1%71.57%-
HSV(B)10.13º34.84%86.67%-
XYZ46.9141.531.92-
YUV174.65110.7161.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=42.34%
G=30.08%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115714400.290.350.1310.1353.171.57
HexDD9D9001D23Da3548
Octal33523522003543151265110
Binary110111011001110110010000011101100011110110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D90; }

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

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

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

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

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

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

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

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