#DC9488

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

Shades of Petite Orchid #DC9488

Tints of Petite Orchid #DC9488

Color information

#DC9488 (or 0xDC9488) is unknown color: approx Petite Orchid. HEX triplet: DC, 94 and 88. RGB value is (220,148,136). Sum of RGB (Red+Green+Blue) = 220+148+136=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9488 is #236B77. Grayscale: #A8A8A8. Windows color (decimal): -2321272 or 8951004. OLE color: 8951004.

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

Color convert

RGB220148136-
CMYK00.330.380.14
HSL8.57º54.55%69.8%-
HSV(B)8.57º38.18%86.27%-
XYZ44.5538.1728.31-
YUV168.16109.85164.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=43.65%
G=29.37%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014813600.330.380.148.5754.5569.8
HexDC948802126E93746
Octal33422421004146161167106
Binary1101110010010100100010000100001100110111010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9488; }

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

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

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

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

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

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

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

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