#DE8F8A

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

Shades of Petite Orchid #DE8F8A

Tints of Petite Orchid #DE8F8A

Color information

#DE8F8A (or 0xDE8F8A) is unknown color: approx Petite Orchid. HEX triplet: DE, 8F and 8A. RGB value is (222,143,138). Sum of RGB (Red+Green+Blue) = 222+143+138=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8F8A is #217075. Grayscale: #A6A6A6. Windows color (decimal): -2191478 or 9080798. OLE color: 9080798.

HSL color Cylindrical-coordinate representation of color #DE8F8A: hue angle of 3.57º degrees, saturation: 0.56, 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 #DE8F8A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222143138-
CMYK00.360.380.13
HSL3.57º56%70.59%-
HSV(B)3.57º37.84%87.06%-
XYZ44.5337.0128.84-
YUV166.05112.17167.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=44.14%
G=28.43%
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
Decimal22214313800.360.380.133.575670.59
HexDE8F8A02426D43847
Octal3362172120444615470107
Binary110111101000111110001010010010010011011011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8F8A; }

 p { color: rgb(222,143,138); }

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

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

 a { background-color: rgb(222,143,138); }

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

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

 span { border-color: rgb(222,143,138); }

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