#DC9591

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

Shades of Petite Orchid #DC9591

Tints of Petite Orchid #DC9591

Color information

#DC9591 (or 0xDC9591) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 91. RGB value is (220,149,145). Sum of RGB (Red+Green+Blue) = 220+149+145=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9591 is #236A6E. Grayscale: #A9A9A9. Windows color (decimal): -2321007 or 9541084. OLE color: 9541084.

HSL color Cylindrical-coordinate representation of color #DC9591: hue angle of 3.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9591 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220149145-
CMYK00.320.340.14
HSL3.2º51.72%71.57%-
HSV(B)3.2º34.09%86.27%-
XYZ45.3738.7531.88-
YUV169.77114.02163.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=42.80%
G=28.99%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014914500.320.340.143.251.7271.57
HexDC959102022E33448
Octal3342252210404216364110
Binary11011100100101011001000101000001000101110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9591; }

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

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

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

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

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

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

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

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