#DF928E

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

Shades of Petite Orchid #DF928E

Tints of Petite Orchid #DF928E

Color information

#DF928E (or 0xDF928E) is unknown color: approx Petite Orchid. HEX triplet: DF, 92 and 8E. RGB value is (223,146,142). Sum of RGB (Red+Green+Blue) = 223+146+142=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF928E is #206D71. Grayscale: #A8A8A8. Windows color (decimal): -2125170 or 9343711. OLE color: 9343711.

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

Color convert

RGB223146142-
CMYK00.350.360.13
HSL2.96º55.86%71.57%-
HSV(B)2.96º36.32%87.45%-
XYZ45.5938.230.56-
YUV168.57113.01166.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=43.64%
G=28.57%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314614200.350.360.132.9655.8671.57
HexDF928E02324D33848
Octal3372222160434415370110
Binary11011111100100101000111001000111001001101111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF928E; }

 p { color: rgb(223,146,142); }

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

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

 a { background-color: rgb(223,146,142); }

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

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

 span { border-color: rgb(223,146,142); }

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