#DC9588

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

Shades of Petite Orchid #DC9588

Tints of Petite Orchid #DC9588

Color information

#DC9588 (or 0xDC9588) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 88. RGB value is (220,149,136). Sum of RGB (Red+Green+Blue) = 220+149+136=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9588 is #236A77. Grayscale: #A8A8A8. Windows color (decimal): -2321016 or 8951260. OLE color: 8951260.

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

Color convert

RGB220149136-
CMYK00.320.380.14
HSL9.29º54.55%69.8%-
HSV(B)9.29º38.18%86.27%-
XYZ44.7138.4928.37-
YUV168.75109.52164.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=43.56%
G=29.50%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014913600.320.380.149.2954.5569.8
HexDC958802026E93746
Octal33422521004046161167106
Binary1101110010010101100010000100000100110111010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9588; }

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

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

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

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

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

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

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

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