#DC9F99

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

Shades of Petite Orchid #DC9F99

Tints of Petite Orchid #DC9F99

Color information

#DC9F99 (or 0xDC9F99) is unknown color: approx Petite Orchid. HEX triplet: DC, 9F and 99. RGB value is (220,159,153). Sum of RGB (Red+Green+Blue) = 220+159+153=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F99 is #236066. Grayscale: #B0B0B0. Windows color (decimal): -2318439 or 10067932. OLE color: 10067932.

HSL color Cylindrical-coordinate representation of color #DC9F99: hue angle of 5.37º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9F99 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220159153-
CMYK00.280.300.14
HSL5.37º48.91%73.14%-
HSV(B)5.37º30.45%86.27%-
XYZ47.6642.3135.79-
YUV176.56114.71158.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=41.35%
G=29.89%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015915300.280.300.145.3748.9173.14
HexDC9F9901C1EE53149
Octal3342372310343616561111
Binary1101110010011111100110010111001111011101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F99; }

 p { color: rgb(220,159,153); }

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

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

 a { background-color: rgb(220,159,153); }

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

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

 span { border-color: rgb(220,159,153); }

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