#DA7EAF

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

Shades of Kobi #DA7EAF

Tints of Kobi #DA7EAF

Color information

#DA7EAF (or 0xDA7EAF) is unknown color: approx Kobi. HEX triplet: DA, 7E and AF. RGB value is (218,126,175). Sum of RGB (Red+Green+Blue) = 218+126+175=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7EAF is #258150. Grayscale: #9E9E9E. Windows color (decimal): -2457937 or 11501274. OLE color: 11501274.

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

Color convert

RGB218126175-
CMYK00.420.200.15
HSL328.04º55.42%67.45%-
HSV(B)328.04º42.2%85.49%-
XYZ44.1132.9244.59-
YUV159.09136.98170.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=42.00%
G=24.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812617500.420.200.15328.0455.4267.45
HexDA7EAF02A14F1483743
Octal332176257052241751067103
Binary1101101011111101010111101010101010011111010010001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EAF; }

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

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

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

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

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

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

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

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