#DF938D

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

Shades of Petite Orchid #DF938D

Tints of Petite Orchid #DF938D

Color information

#DF938D (or 0xDF938D) is unknown color: approx Petite Orchid. HEX triplet: DF, 93 and 8D. RGB value is (223,147,141). Sum of RGB (Red+Green+Blue) = 223+147+141=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF938D is #206C72. Grayscale: #A9A9A9. Windows color (decimal): -2124915 or 9278431. OLE color: 9278431.

HSL color Cylindrical-coordinate representation of color #DF938D: hue angle of 4.39º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF938D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB223147141-
CMYK00.340.370.13
HSL4.39º56.16%71.37%-
HSV(B)4.39º36.77%87.45%-
XYZ45.6738.4830.22-
YUV169.04112.18166.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=43.64%
G=28.77%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314714100.340.370.134.3956.1671.37
HexDF938D02225D43847
Octal3372232150424515470107
Binary110111111001001110001101010001010010111011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF938D; }

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

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

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

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

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

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

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

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