#DA998B

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

Shades of Petite Orchid #DA998B

Tints of Petite Orchid #DA998B

Color information

#DA998B (or 0xDA998B) is unknown color: approx Petite Orchid. HEX triplet: DA, 99 and 8B. RGB value is (218,153,139). Sum of RGB (Red+Green+Blue) = 218+153+139=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA998B is #256674. Grayscale: #AAAAAA. Windows color (decimal): -2451061 or 9148890. OLE color: 9148890.

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

Color convert

RGB218153139-
CMYK00.300.360.15
HSL10.63º51.63%70%-
HSV(B)10.63º36.24%85.49%-
XYZ44.9639.5529.69-
YUV170.84110.03161.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=42.75%
G=30%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815313900.300.360.1510.6351.6370
HexDA998B01E24Fb3446
Octal33223121303644171364106
Binary110110101001100110001011011110100100111110111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA998B; }

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

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

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

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

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

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

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

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