#DC938C

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

Shades of Petite Orchid #DC938C

Tints of Petite Orchid #DC938C

Color information

#DC938C (or 0xDC938C) is unknown color: approx Petite Orchid. HEX triplet: DC, 93 and 8C. RGB value is (220,147,140). Sum of RGB (Red+Green+Blue) = 220+147+140=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938C is #236C73. Grayscale: #A8A8A8. Windows color (decimal): -2321524 or 9212892. OLE color: 9212892.

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

Color convert

RGB220147140-
CMYK00.330.360.14
HSL5.25º53.33%70.59%-
HSV(B)5.25º36.36%86.27%-
XYZ44.6837.9829.79-
YUV168.03112.18165.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=43.39%
G=28.99%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014714000.330.360.145.2553.3370.59
HexDC938C02124E53547
Octal3342232140414416565107
Binary110111001001001110001100010000110010011101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC938C; }

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

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

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

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

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

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

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

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