#DA9E98

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

Shades of Petite Orchid #DA9E98

Tints of Petite Orchid #DA9E98

Color information

#DA9E98 (or 0xDA9E98) is unknown color: approx Petite Orchid. HEX triplet: DA, 9E and 98. RGB value is (218,158,152). Sum of RGB (Red+Green+Blue) = 218+158+152=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E98 is #256167. Grayscale: #AFAFAF. Windows color (decimal): -2449768 or 10002138. OLE color: 10002138.

HSL color Cylindrical-coordinate representation of color #DA9E98: hue angle of 5.45º 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 #DA9E98 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218158152-
CMYK00.280.300.15
HSL5.45º47.14%72.55%-
HSV(B)5.45º30.28%85.49%-
XYZ46.8141.6335.27-
YUV175.26114.88158.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=41.29%
G=29.92%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815815200.280.300.155.4547.1472.55
HexDA9E9801C1EF52f49
Octal3322362300343617557111
Binary1101101010011110100110000111001111011111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9E98; }

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

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

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

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

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

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

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

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