#DF9C98

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

Shades of Petite Orchid #DF9C98

Tints of Petite Orchid #DF9C98

Color information

#DF9C98 (or 0xDF9C98) is unknown color: approx Petite Orchid. HEX triplet: DF, 9C and 98. RGB value is (223,156,152). Sum of RGB (Red+Green+Blue) = 223+156+152=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9C98 is #206367. Grayscale: #AFAFAF. Windows color (decimal): -2122600 or 10001631. OLE color: 10001631.

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

Color convert

RGB223156152-
CMYK00.300.320.13
HSL3.38º52.59%73.53%-
HSV(B)3.38º31.84%87.45%-
XYZ47.9941.7335.23-
YUV175.58114.7161.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=42.00%
G=29.38%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315615200.300.320.133.3852.5973.53
HexDF9C9801E20D3354a
Octal3372342300364015365112
Binary1101111110011100100110000111101000001101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9C98; }

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

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

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

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

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

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

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

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