#DD9090

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

Shades of Petite Orchid #DD9090

Tints of Petite Orchid #DD9090

Color information

#DD9090 (or 0xDD9090) is unknown color: approx Petite Orchid. HEX triplet: DD, 90 and 90. RGB value is (221,144,144). Sum of RGB (Red+Green+Blue) = 221+144+144=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9090 is #226F6F. Grayscale: #A7A7A7. Windows color (decimal): -2256752 or 9474269. OLE color: 9474269.

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

Color convert

RGB221144144-
CMYK00.350.350.13
HSL53.1%71.57%-
HSV(B)34.84%86.67%-
XYZ44.8337.3331.23-
YUV167.02115.01166.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=43.42%
G=28.29%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114414400.350.350.13053.171.57
HexDD909002323D03548
Octal3352202200434315065110
Binary1101110110010000100100000100011100011110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9090; }

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

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

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

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

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

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

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

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