#DF948D

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

Shades of Petite Orchid #DF948D

Tints of Petite Orchid #DF948D

Color information

#DF948D (or 0xDF948D) is unknown color: approx Petite Orchid. HEX triplet: DF, 94 and 8D. RGB value is (223,148,141). Sum of RGB (Red+Green+Blue) = 223+148+141=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF948D is #206B72. Grayscale: #A9A9A9. Windows color (decimal): -2124659 or 9278687. OLE color: 9278687.

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

Color convert

RGB223148141-
CMYK00.340.370.13
HSL5.12º56.16%71.37%-
HSV(B)5.12º36.77%87.45%-
XYZ45.8338.7930.27-
YUV169.63111.85166.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=43.55%
G=28.91%
B=27.54%

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
Decimal22314814100.340.370.135.1256.1671.37
HexDF948D02225D53847
Octal3372242150424515570107
Binary110111111001010010001101010001010010111011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF948D; }

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

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

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

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

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

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

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

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