#DA968A

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

Shades of Petite Orchid #DA968A

Tints of Petite Orchid #DA968A

Color information

#DA968A (or 0xDA968A) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 8A. RGB value is (218,150,138). Sum of RGB (Red+Green+Blue) = 218+150+138=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA968A is #256975. Grayscale: #A9A9A9. Windows color (decimal): -2451830 or 9082586. OLE color: 9082586.

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

Color convert

RGB218150138-
CMYK00.310.370.15
HSL51.95%69.8%-
HSV(B)36.7%85.49%-
XYZ44.4138.5529.15-
YUV168.96110.53162.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=43.08%
G=29.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815013800.310.370.15951.9569.8
HexDA968A01F25F93446
Octal33222621203745171164106
Binary110110101001011010001010011111100101111110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA968A; }

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

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

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

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

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

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

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

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