#DA968D

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

Shades of Petite Orchid #DA968D

Tints of Petite Orchid #DA968D

Color information

#DA968D (or 0xDA968D) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 8D. RGB value is (218,150,141). Sum of RGB (Red+Green+Blue) = 218+150+141=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA968D is #256972. Grayscale: #A9A9A9. Windows color (decimal): -2451827 or 9279194. OLE color: 9279194.

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

Color convert

RGB218150141-
CMYK00.310.350.15
HSL7.01º50.99%70.39%-
HSV(B)7.01º35.32%85.49%-
XYZ44.6338.6430.31-
YUV169.31112.03162.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=42.83%
G=29.47%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815014100.310.350.157.0150.9970.39
HexDA968D01F23F73346
Octal3322262150374317763106
Binary11011010100101101000110101111110001111111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA968D; }

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

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

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

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

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

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

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

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