#DF918D

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

Shades of Petite Orchid #DF918D

Tints of Petite Orchid #DF918D

Color information

#DF918D (or 0xDF918D) is unknown color: approx Petite Orchid. HEX triplet: DF, 91 and 8D. RGB value is (223,145,141). Sum of RGB (Red+Green+Blue) = 223+145+141=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF918D is #206E72. Grayscale: #A7A7A7. Windows color (decimal): -2125427 or 9277919. OLE color: 9277919.

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

Color convert

RGB223145141-
CMYK00.350.370.13
HSL2.93º56.16%71.37%-
HSV(B)2.93º36.77%87.45%-
XYZ45.3637.8630.12-
YUV167.87112.84167.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=43.81%
G=28.49%
B=27.70%

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
Decimal22314514100.350.370.132.9356.1671.37
HexDF918D02325D33847
Octal3372212150434515370107
Binary11011111100100011000110101000111001011101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF918D; }

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

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

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

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

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

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

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

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