#DA7EAD

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

Shades of Kobi #DA7EAD

Tints of Kobi #DA7EAD

Color information

#DA7EAD (or 0xDA7EAD) is unknown color: approx Kobi. HEX triplet: DA, 7E and AD. RGB value is (218,126,173). Sum of RGB (Red+Green+Blue) = 218+126+173=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7EAD is #258152. Grayscale: #9E9E9E. Windows color (decimal): -2457939 or 11370202. OLE color: 11370202.

HSL color Cylindrical-coordinate representation of color #DA7EAD: hue angle of 329.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7EAD is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218126173-
CMYK00.420.210.15
HSL329.35º55.42%67.45%-
HSV(B)329.35º42.2%85.49%-
XYZ43.9232.8443.56-
YUV158.87135.98170.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=42.17%
G=24.37%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812617300.420.210.15329.3555.4267.45
HexDA7EAD02A15F1493743
Octal332176255052251751167103
Binary1101101011111101010110101010101010111111010010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EAD; }

 p { color: rgb(218,126,173); }

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

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

 a { background-color: rgb(218,126,173); }

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

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

 span { border-color: rgb(218,126,173); }

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