#DA9F98

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

Shades of Petite Orchid #DA9F98

Tints of Petite Orchid #DA9F98

Color information

#DA9F98 (or 0xDA9F98) is unknown color: approx Petite Orchid. HEX triplet: DA, 9F and 98. RGB value is (218,159,152). Sum of RGB (Red+Green+Blue) = 218+159+152=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F98 is #256067. Grayscale: #AFAFAF. Windows color (decimal): -2449512 or 10002394. OLE color: 10002394.

HSL color Cylindrical-coordinate representation of color #DA9F98: hue angle of 6.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9F98 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218159152-
CMYK00.270.300.15
HSL6.36º47.14%72.55%-
HSV(B)6.36º30.28%85.49%-
XYZ46.9841.9735.33-
YUV175.84114.55158.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=41.21%
G=30.06%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815915200.270.300.156.3647.1472.55
HexDA9F9801B1EF62f49
Octal3322372300333617657111
Binary1101101010011111100110000110111111011111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F98; }

 p { color: rgb(218,159,152); }

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

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

 a { background-color: rgb(218,159,152); }

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

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

 span { border-color: rgb(218,159,152); }

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