#DF8F8E

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

Shades of Petite Orchid #DF8F8E

Tints of Petite Orchid #DF8F8E

Color information

#DF8F8E (or 0xDF8F8E) is unknown color: approx Petite Orchid. HEX triplet: DF, 8F and 8E. RGB value is (223,143,142). Sum of RGB (Red+Green+Blue) = 223+143+142=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F8E is #207071. Grayscale: #A6A6A6. Windows color (decimal): -2125938 or 9342943. OLE color: 9342943.

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

Color convert

RGB223143142-
CMYK00.360.360.13
HSL0.74º55.86%71.57%-
HSV(B)0.74º36.32%87.45%-
XYZ45.1437.2930.41-
YUV166.81114168.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.90%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=43.90%
G=28.15%
B=27.95%

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
Decimal22314314200.360.360.130.7455.8671.57
HexDF8F8E02424D13848
Octal3372172160444415170110
Binary1101111110001111100011100100100100100110111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8F8E; }

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

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

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

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

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

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

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

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