#DA9792

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

Shades of Petite Orchid #DA9792

Tints of Petite Orchid #DA9792

Color information

#DA9792 (or 0xDA9792) is unknown color: approx Petite Orchid. HEX triplet: DA, 97 and 92. RGB value is (218,151,146). Sum of RGB (Red+Green+Blue) = 218+151+146=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9792 is #25686D. Grayscale: #AAAAAA. Windows color (decimal): -2451566 or 9607130. OLE color: 9607130.

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

Color convert

RGB218151146-
CMYK00.310.330.15
HSL4.17º49.32%71.37%-
HSV(B)4.17º33.03%85.49%-
XYZ45.1739.1132.36-
YUV170.46114.2161.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=42.33%
G=29.32%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815114600.310.330.154.1749.3271.37
HexDA979201F21F43147
Octal3322272220374117461107
Binary11011010100101111001001001111110000111111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9792; }

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

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

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

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

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

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

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

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