#DC938D

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

Shades of Petite Orchid #DC938D

Tints of Petite Orchid #DC938D

Color information

#DC938D (or 0xDC938D) is unknown color: approx Petite Orchid. HEX triplet: DC, 93 and 8D. RGB value is (220,147,141). Sum of RGB (Red+Green+Blue) = 220+147+141=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938D is #236C72. Grayscale: #A8A8A8. Windows color (decimal): -2321523 or 9278428. OLE color: 9278428.

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

Color convert

RGB220147141-
CMYK00.330.360.14
HSL4.56º53.02%70.78%-
HSV(B)4.56º35.91%86.27%-
XYZ44.7638.0130.18-
YUV168.14112.68164.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=43.31%
G=28.94%
B=27.76%

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
Decimal22014714100.330.360.144.5653.0270.78
HexDC938D02124E53547
Octal3342232150414416565107
Binary110111001001001110001101010000110010011101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC938D; }

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

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

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

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

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

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

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

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