#DA9996

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

Shades of Petite Orchid #DA9996

Tints of Petite Orchid #DA9996

Color information

#DA9996 (or 0xDA9996) is unknown color: approx Petite Orchid. HEX triplet: DA, 99 and 96. RGB value is (218,153,150). Sum of RGB (Red+Green+Blue) = 218+153+150=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9996 is #256669. Grayscale: #ACACAC. Windows color (decimal): -2451050 or 9869786. OLE color: 9869786.

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

Color convert

RGB218153150-
CMYK00.300.310.15
HSL2.65º47.89%72.16%-
HSV(B)2.65º31.19%85.49%-
XYZ45.8139.8934.14-
YUV172.09115.53160.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=41.84%
G=29.37%
B=28.79%

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
Decimal21815315000.300.310.152.6547.8972.16
HexDA999601E1FF33048
Octal3322312260363717360110
Binary110110101001100110010110011110111111111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9996; }

 p { color: rgb(218,153,150); }

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

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

 a { background-color: rgb(218,153,150); }

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

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

 span { border-color: rgb(218,153,150); }

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