#DC9888

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

Shades of Petite Orchid #DC9888

Tints of Petite Orchid #DC9888

Color information

#DC9888 (or 0xDC9888) is unknown color: approx Petite Orchid. HEX triplet: DC, 98 and 88. RGB value is (220,152,136). Sum of RGB (Red+Green+Blue) = 220+152+136=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9888 is #236777. Grayscale: #AAAAAA. Windows color (decimal): -2320248 or 8952028. OLE color: 8952028.

HSL color Cylindrical-coordinate representation of color #DC9888: hue angle of 11.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9888 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220152136-
CMYK00.310.380.14
HSL11.43º54.55%69.8%-
HSV(B)11.43º38.18%86.27%-
XYZ45.1939.4528.53-
YUV170.51108.53163.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=43.31%
G=29.92%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015213600.310.380.1411.4354.5569.8
HexDC988801F26Eb3746
Octal33423021003746161367106
Binary110111001001100010001000011111100110111010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9888; }

 p { color: rgb(220,152,136); }

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

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

 a { background-color: rgb(220,152,136); }

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

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

 span { border-color: rgb(220,152,136); }

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