#DA9592

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

Shades of Petite Orchid #DA9592

Tints of Petite Orchid #DA9592

Color information

#DA9592 (or 0xDA9592) is unknown color: approx Petite Orchid. HEX triplet: DA, 95 and 92. RGB value is (218,149,146). Sum of RGB (Red+Green+Blue) = 218+149+146=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9592 is #256A6D. Grayscale: #A9A9A9. Windows color (decimal): -2452078 or 9606618. OLE color: 9606618.

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

Color convert

RGB218149146-
CMYK00.320.330.15
HSL2.5º49.32%71.37%-
HSV(B)2.5º33.03%85.49%-
XYZ44.8538.4832.26-
YUV169.29114.86162.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=42.50%
G=29.04%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814914600.320.330.152.549.3271.37
HexDA959202021F33147
Octal3322252220404117361107
Binary11011010100101011001001001000001000011111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9592; }

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

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

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

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

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

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

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

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