#DF998E

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

Shades of Petite Orchid #DF998E

Tints of Petite Orchid #DF998E

Color information

#DF998E (or 0xDF998E) is unknown color: approx Petite Orchid. HEX triplet: DF, 99 and 8E. RGB value is (223,153,142). Sum of RGB (Red+Green+Blue) = 223+153+142=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF998E is #206671. Grayscale: #ACACAC. Windows color (decimal): -2123378 or 9345503. OLE color: 9345503.

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

Color convert

RGB223153142-
CMYK00.310.360.13
HSL8.15º55.86%71.57%-
HSV(B)8.15º36.32%87.45%-
XYZ46.7140.4230.93-
YUV172.68110.69163.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=43.05%
G=29.54%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315314200.310.360.138.1555.8671.57
HexDF998E01F24D83848
Octal33723121603744151070110
Binary110111111001100110001110011111100100110110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF998E; }

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

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

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

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

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

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

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

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