#DF9E9C

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

Shades of Petite Orchid #DF9E9C

Tints of Petite Orchid #DF9E9C

Color information

#DF9E9C (or 0xDF9E9C) is unknown color: approx Petite Orchid. HEX triplet: DF, 9E and 9C. RGB value is (223,158,156). Sum of RGB (Red+Green+Blue) = 223+158+156=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E9C is #206163. Grayscale: #B1B1B1. Windows color (decimal): -2122084 or 10264287. OLE color: 10264287.

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

Color convert

RGB223158156-
CMYK00.290.300.13
HSL1.79º51.15%74.31%-
HSV(B)1.79º30.04%87.45%-
XYZ48.6642.5437.1-
YUV177.21116.03160.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=41.53%
G=29.42%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315815600.290.300.131.7951.1574.31
HexDF9E9C01D1ED2334a
Octal3372362340353615263112
Binary110111111001111010011100011101111101101101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9E9C; }

 p { color: rgb(223,158,156); }

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

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

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

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

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

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

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