#DD8E8D

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

Shades of Petite Orchid #DD8E8D

Tints of Petite Orchid #DD8E8D

Color information

#DD8E8D (or 0xDD8E8D) is unknown color: approx Petite Orchid. HEX triplet: DD, 8E and 8D. RGB value is (221,142,141). Sum of RGB (Red+Green+Blue) = 221+142+141=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8E8D is #227172. Grayscale: #A5A5A5. Windows color (decimal): -2257267 or 9277149. OLE color: 9277149.

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

Color convert

RGB221142141-
CMYK00.360.360.13
HSL0.75º54.05%70.98%-
HSV(B)0.75º36.2%86.67%-
XYZ44.336.6429.94-
YUV165.51114.17167.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=43.85%
G=28.17%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114214100.360.360.130.7554.0570.98
HexDD8E8D02424D13647
Octal3352162150444415166107
Binary1101110110001110100011010100100100100110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E8D; }

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

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

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

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

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

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

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

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