#DF8B8B

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

Shades of Petite Orchid #DF8B8B

Tints of Petite Orchid #DF8B8B

Color information

#DF8B8B (or 0xDF8B8B) is unknown color: approx Petite Orchid. HEX triplet: DF, 8B and 8B. RGB value is (223,139,139). Sum of RGB (Red+Green+Blue) = 223+139+139=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B8B is #207474. Grayscale: #A4A4A4. Windows color (decimal): -2126965 or 9145311. OLE color: 9145311.

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

Color convert

RGB223139139-
CMYK00.380.380.13
HSL56.76%70.98%-
HSV(B)37.67%87.45%-
XYZ44.3236.0229.04-
YUV164.12113.83170-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=44.51%
G=27.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313913900.380.380.13056.7670.98
HexDF8B8B02626D03947
Octal3372132130464615071107
Binary1101111110001011100010110100110100110110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8B8B; }

 p { color: rgb(223,139,139); }

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

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

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

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

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

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

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