#DA8EA4

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

Shades of Kobi #DA8EA4

Tints of Kobi #DA8EA4

Color information

#DA8EA4 (or 0xDA8EA4) is unknown color: approx Kobi. HEX triplet: DA, 8E and A4. RGB value is (218,142,164). Sum of RGB (Red+Green+Blue) = 218+142+164=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8EA4 is #25715B. Grayscale: #A7A7A7. Windows color (decimal): -2453852 or 10784474. OLE color: 10784474.

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

Color convert

RGB218142164-
CMYK00.350.250.15
HSL342.63º50.67%70.59%-
HSV(B)342.63º34.86%85.49%-
XYZ45.2936.9339.86-
YUV167.23126.18164.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=41.60%
G=27.10%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814216400.350.250.15342.6350.6770.59
HexDA8EA402319F1573347
Octal332216244043311752763107
Binary11011010100011101010010001000111100111111010101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EA4; }

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

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

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

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

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

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

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

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