#DF938A

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

Shades of Petite Orchid #DF938A

Tints of Petite Orchid #DF938A

Color information

#DF938A (or 0xDF938A) is unknown color: approx Petite Orchid. HEX triplet: DF, 93 and 8A. RGB value is (223,147,138). Sum of RGB (Red+Green+Blue) = 223+147+138=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF938A is #206C75. Grayscale: #A8A8A8. Windows color (decimal): -2124918 or 9081823. OLE color: 9081823.

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

Color convert

RGB223147138-
CMYK00.340.380.13
HSL6.35º57.05%70.78%-
HSV(B)6.35º38.12%87.45%-
XYZ45.4538.3929.06-
YUV168.7110.68166.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.90%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=43.90%
G=28.94%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314713800.340.380.136.3557.0570.78
HexDF938A02226D63947
Octal3372232120424615671107
Binary110111111001001110001010010001010011011011101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF938A; }

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

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

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

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

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

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

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

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