#DF8E8A

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

Shades of Petite Orchid #DF8E8A

Tints of Petite Orchid #DF8E8A

Color information

#DF8E8A (or 0xDF8E8A) is unknown color: approx Petite Orchid. HEX triplet: DF, 8E and 8A. RGB value is (223,142,138). Sum of RGB (Red+Green+Blue) = 223+142+138=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E8A is #207175. Grayscale: #A5A5A5. Windows color (decimal): -2126198 or 9080543. OLE color: 9080543.

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

Color convert

RGB223142138-
CMYK00.360.380.13
HSL2.82º57.05%70.78%-
HSV(B)2.82º38.12%87.45%-
XYZ44.6936.8728.81-
YUV165.76112.34168.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=44.33%
G=28.23%
B=27.44%

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
Decimal22314213800.360.380.132.8257.0570.78
HexDF8E8A02426D33947
Octal3372162120444615371107
Binary11011111100011101000101001001001001101101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8E8A; }

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

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

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

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

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

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

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

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