#DA93AC

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

Shades of Kobi #DA93AC

Tints of Kobi #DA93AC

Color information

#DA93AC (or 0xDA93AC) is unknown color: approx Kobi. HEX triplet: DA, 93 and AC. RGB value is (218,147,172). Sum of RGB (Red+Green+Blue) = 218+147+172=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA93AC is #256C53. Grayscale: #ABABAB. Windows color (decimal): -2452564 or 11310042. OLE color: 11310042.

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

Color convert

RGB218147172-
CMYK00.330.210.15
HSL338.87º48.97%71.57%-
HSV(B)338.87º32.57%85.49%-
XYZ46.7938.7544.04-
YUV171.08128.52161.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=40.60%
G=27.37%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814717200.330.210.15338.8748.9771.57
HexDA93AC02115F1533148
Octal332223254041251752361110
Binary11011010100100111010110001000011010111111010100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93AC; }

 p { color: rgb(218,147,172); }

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

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

 a { background-color: rgb(218,147,172); }

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

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

 span { border-color: rgb(218,147,172); }

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