#DC9390

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

Shades of Petite Orchid #DC9390

Tints of Petite Orchid #DC9390

Color information

#DC9390 (or 0xDC9390) is unknown color: approx Petite Orchid. HEX triplet: DC, 93 and 90. RGB value is (220,147,144). Sum of RGB (Red+Green+Blue) = 220+147+144=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9390 is #236C6F. Grayscale: #A8A8A8. Windows color (decimal): -2321520 or 9475036. OLE color: 9475036.

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

Color convert

RGB220147144-
CMYK00.330.350.14
HSL2.37º52.05%71.37%-
HSV(B)2.37º34.55%86.27%-
XYZ44.9838.131.37-
YUV168.48114.18164.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=43.05%
G=28.77%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014714400.330.350.142.3752.0571.37
HexDC939002123E23447
Octal3342232200414316264107
Binary11011100100100111001000001000011000111110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9390; }

 p { color: rgb(220,147,144); }

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

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

 a { background-color: rgb(220,147,144); }

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

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

 span { border-color: rgb(220,147,144); }

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