#DC9594

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

Shades of Petite Orchid #DC9594

Tints of Petite Orchid #DC9594

Color information

#DC9594 (or 0xDC9594) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 94. RGB value is (220,149,148). Sum of RGB (Red+Green+Blue) = 220+149+148=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9594 is #236A6B. Grayscale: #AAAAAA. Windows color (decimal): -2321004 or 9737692. OLE color: 9737692.

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

Color convert

RGB220149148-
CMYK00.320.330.14
HSL0.83º50.7%72.16%-
HSV(B)0.83º32.73%86.27%-
XYZ45.6138.8533.11-
YUV170.12115.52163.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=42.55%
G=28.82%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014914800.320.330.140.8350.772.16
HexDC959402021E13348
Octal3342252240404116163110
Binary1101110010010101100101000100000100001111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9594; }

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

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

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

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

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

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

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

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