#DC938F

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

Shades of Petite Orchid #DC938F

Tints of Petite Orchid #DC938F

Color information

#DC938F (or 0xDC938F) is unknown color: approx Petite Orchid. HEX triplet: DC, 93 and 8F. RGB value is (220,147,143). Sum of RGB (Red+Green+Blue) = 220+147+143=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938F is #236C70. Grayscale: #A8A8A8. Windows color (decimal): -2321521 or 9409500. OLE color: 9409500.

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

Color convert

RGB220147143-
CMYK00.330.350.14
HSL3.12º52.38%71.18%-
HSV(B)3.12º35%86.27%-
XYZ44.9138.0730.97-
YUV168.37113.68164.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=43.14%
G=28.82%
B=28.04%

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
Decimal22014714300.330.350.143.1252.3871.18
HexDC938F02123E33447
Octal3342232170414316364107
Binary11011100100100111000111101000011000111110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC938F; }

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

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

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

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

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

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

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

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