#DA9D98

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

Shades of Petite Orchid #DA9D98

Tints of Petite Orchid #DA9D98

Color information

#DA9D98 (or 0xDA9D98) is unknown color: approx Petite Orchid. HEX triplet: DA, 9D and 98. RGB value is (218,157,152). Sum of RGB (Red+Green+Blue) = 218+157+152=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D98 is #256267. Grayscale: #AEAEAE. Windows color (decimal): -2450024 or 10001882. OLE color: 10001882.

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

Color convert

RGB218157152-
CMYK00.280.300.15
HSL4.55º47.14%72.55%-
HSV(B)4.55º30.28%85.49%-
XYZ46.6441.2935.22-
YUV174.67115.21158.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=41.37%
G=29.79%
B=28.84%

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
Decimal21815715200.280.300.154.5547.1472.55
HexDA9D9801C1EF52f49
Octal3322352300343617557111
Binary1101101010011101100110000111001111011111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D98; }

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

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

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

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

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

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

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

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