#DA9999

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

Shades of Petite Orchid #DA9999

Tints of Petite Orchid #DA9999

Color information

#DA9999 (or 0xDA9999) is unknown color: approx Petite Orchid. HEX triplet: DA, 99 and 99. RGB value is (218,153,153). Sum of RGB (Red+Green+Blue) = 218+153+153=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9999 is #256666. Grayscale: #ACACAC. Windows color (decimal): -2451047 or 10066394. OLE color: 10066394.

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

Color convert

RGB218153153-
CMYK00.300.300.15
HSL46.76%72.75%-
HSV(B)29.82%85.49%-
XYZ46.0539.9935.43-
YUV172.44117.03160.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=41.60%
G=29.20%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815315300.300.300.15046.7672.75
HexDA999901E1EF02f49
Octal3322312310363617057111
Binary11011010100110011001100101111011110111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9999; }

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

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

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

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

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

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

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

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