#DD8E8A

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

Shades of Petite Orchid #DD8E8A

Tints of Petite Orchid #DD8E8A

Color information

#DD8E8A (or 0xDD8E8A) is unknown color: approx Petite Orchid. HEX triplet: DD, 8E and 8A. RGB value is (221,142,138). Sum of RGB (Red+Green+Blue) = 221+142+138=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8E8A is #227175. Grayscale: #A5A5A5. Windows color (decimal): -2257270 or 9080541. OLE color: 9080541.

HSL color Cylindrical-coordinate representation of color #DD8E8A: hue angle of 2.89º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8E8A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221142138-
CMYK00.360.380.13
HSL2.89º54.97%70.39%-
HSV(B)2.89º37.56%86.67%-
XYZ44.0836.5528.78-
YUV165.16112.67167.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=44.11%
G=28.34%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114213800.360.380.132.8954.9770.39
HexDD8E8A02426D33746
Octal3352162120444615367106
Binary11011101100011101000101001001001001101101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E8A; }

 p { color: rgb(221,142,138); }

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

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

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

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

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

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

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