#DA96AC

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

Shades of Kobi #DA96AC

Tints of Kobi #DA96AC

Color information

#DA96AC (or 0xDA96AC) is unknown color: approx Kobi. HEX triplet: DA, 96 and AC. RGB value is (218,150,172). Sum of RGB (Red+Green+Blue) = 218+150+172=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA96AC is #256953. Grayscale: #ACACAC. Windows color (decimal): -2451796 or 11310810. OLE color: 11310810.

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

Color convert

RGB218150172-
CMYK00.310.210.15
HSL340.59º47.89%72.16%-
HSV(B)340.59º31.19%85.49%-
XYZ47.2739.744.2-
YUV172.84127.53160.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=40.37%
G=27.78%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815017200.310.210.15340.5947.8972.16
HexDA96AC01F15F1553048
Octal332226254037251752560110
Binary1101101010010110101011000111111010111111010101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96AC; }

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

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

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

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

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

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

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

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