#DA8EA9

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

Shades of Kobi #DA8EA9

Tints of Kobi #DA8EA9

Color information

#DA8EA9 (or 0xDA8EA9) is unknown color: approx Kobi. HEX triplet: DA, 8E and A9. RGB value is (218,142,169). Sum of RGB (Red+Green+Blue) = 218+142+169=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8EA9 is #257156. Grayscale: #A7A7A7. Windows color (decimal): -2453847 or 11112154. OLE color: 11112154.

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

Color convert

RGB218142169-
CMYK00.350.220.15
HSL338.68º50.67%70.59%-
HSV(B)338.68º34.86%85.49%-
XYZ45.7537.1242.29-
YUV167.8128.68163.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=41.21%
G=26.84%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814216900.350.220.15338.6850.6770.59
HexDA8EA902316F1533347
Octal332216251043261752363107
Binary11011010100011101010100101000111011011111010100111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EA9; }

 p { color: rgb(218,142,169); }

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

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

 a { background-color: rgb(218,142,169); }

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

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

 span { border-color: rgb(218,142,169); }

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