#DC938B

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

Shades of Petite Orchid #DC938B

Tints of Petite Orchid #DC938B

Color information

#DC938B (or 0xDC938B) is unknown color: approx Petite Orchid. HEX triplet: DC, 93 and 8B. RGB value is (220,147,139). Sum of RGB (Red+Green+Blue) = 220+147+139=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938B is #236C74. Grayscale: #A8A8A8. Windows color (decimal): -2321525 or 9147356. OLE color: 9147356.

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

Color convert

RGB220147139-
CMYK00.330.370.14
HSL5.93º53.64%70.39%-
HSV(B)5.93º36.82%86.27%-
XYZ44.6137.9529.4-
YUV167.92111.68165.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=43.48%
G=29.05%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014713900.330.370.145.9353.6470.39
HexDC938B02125E63646
Octal3342232130414516666106
Binary110111001001001110001011010000110010111101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC938B; }

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

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

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

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

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

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

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

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