#DA9693

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

Shades of Petite Orchid #DA9693

Tints of Petite Orchid #DA9693

Color information

#DA9693 (or 0xDA9693) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 93. RGB value is (218,150,147). Sum of RGB (Red+Green+Blue) = 218+150+147=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9693 is #25696C. Grayscale: #AAAAAA. Windows color (decimal): -2451821 or 9672410. OLE color: 9672410.

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

Color convert

RGB218150147-
CMYK00.310.330.15
HSL2.54º48.97%71.57%-
HSV(B)2.54º32.57%85.49%-
XYZ45.0938.8232.72-
YUV169.99115.03162.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=42.33%
G=29.13%
B=28.54%

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
Decimal21815014700.310.330.152.5448.9771.57
HexDA969301F21F33148
Octal3322262230374117361110
Binary1101101010010110100100110111111000011111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9693; }

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

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

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

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

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

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

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

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