#DA9897

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

Shades of Petite Orchid #DA9897

Tints of Petite Orchid #DA9897

Color information

#DA9897 (or 0xDA9897) is unknown color: approx Petite Orchid. HEX triplet: DA, 98 and 97. RGB value is (218,152,151). Sum of RGB (Red+Green+Blue) = 218+152+151=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9897 is #256768. Grayscale: #ABABAB. Windows color (decimal): -2451305 or 9935066. OLE color: 9935066.

HSL color Cylindrical-coordinate representation of color #DA9897: hue angle of 0.9º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA9897 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218152151-
CMYK00.300.310.15
HSL0.9º47.52%72.35%-
HSV(B)0.9º30.73%85.49%-
XYZ45.7339.634.51-
YUV171.62116.37161.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 151 (59.38% from 255) = 28.98%
R=41.84%
G=29.17%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815215100.300.310.150.947.5272.35
HexDA989701E1FF13048
Octal3322302270363717160110
Binary11011010100110001001011101111011111111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9897; }

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

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

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

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

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

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

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

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