#DF928D

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

Shades of Petite Orchid #DF928D

Tints of Petite Orchid #DF928D

Color information

#DF928D (or 0xDF928D) is unknown color: approx Petite Orchid. HEX triplet: DF, 92 and 8D. RGB value is (223,146,141). Sum of RGB (Red+Green+Blue) = 223+146+141=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF928D is #206D72. Grayscale: #A8A8A8. Windows color (decimal): -2125171 or 9278175. OLE color: 9278175.

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

Color convert

RGB223146141-
CMYK00.350.370.13
HSL3.66º56.16%71.37%-
HSV(B)3.66º36.77%87.45%-
XYZ45.5238.1730.17-
YUV168.45112.51166.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=43.73%
G=28.63%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314614100.350.370.133.6656.1671.37
HexDF928D02325D43847
Octal3372222150434515470107
Binary110111111001001010001101010001110010111011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF928D; }

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

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

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

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

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

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

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

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