#DF988A

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

Shades of Petite Orchid #DF988A

Tints of Petite Orchid #DF988A

Color information

#DF988A (or 0xDF988A) is unknown color: approx Petite Orchid. HEX triplet: DF, 98 and 8A. RGB value is (223,152,138). Sum of RGB (Red+Green+Blue) = 223+152+138=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF988A is #206775. Grayscale: #ABABAB. Windows color (decimal): -2123638 or 9083103. OLE color: 9083103.

HSL color Cylindrical-coordinate representation of color #DF988A: hue angle of 9.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF988A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223152138-
CMYK00.320.380.13
HSL9.88º57.05%70.78%-
HSV(B)9.88º38.12%87.45%-
XYZ46.2539.9829.32-
YUV171.63109.02164.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=43.47%
G=29.63%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315213800.320.380.139.8857.0570.78
HexDF988A02026Da3947
Octal33723021204046151271107
Binary1101111110011000100010100100000100110110110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF988A; }

 p { color: rgb(223,152,138); }

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

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

 a { background-color: rgb(223,152,138); }

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

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

 span { border-color: rgb(223,152,138); }

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