#DA9493

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

Shades of Petite Orchid #DA9493

Tints of Petite Orchid #DA9493

Color information

#DA9493 (or 0xDA9493) is unknown color: approx Petite Orchid. HEX triplet: DA, 94 and 93. RGB value is (218,148,147). Sum of RGB (Red+Green+Blue) = 218+148+147=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9493 is #256B6C. Grayscale: #A8A8A8. Windows color (decimal): -2452333 or 9671898. OLE color: 9671898.

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

Color convert

RGB218148147-
CMYK00.320.330.15
HSL0.85º48.97%71.57%-
HSV(B)0.85º32.57%85.49%-
XYZ44.7738.1932.62-
YUV168.82115.69163.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=42.50%
G=28.85%
B=28.65%

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
Decimal21814814700.320.330.150.8548.9771.57
HexDA949302021F13148
Octal3322242230404117161110
Binary1101101010010100100100110100000100001111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9493; }

 p { color: rgb(218,148,147); }

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

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

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

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

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

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

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