#DA96AD

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

Shades of Kobi #DA96AD

Tints of Kobi #DA96AD

Color information

#DA96AD (or 0xDA96AD) is unknown color: approx Kobi. HEX triplet: DA, 96 and AD. RGB value is (218,150,173). Sum of RGB (Red+Green+Blue) = 218+150+173=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA96AD is #256952. Grayscale: #ACACAC. Windows color (decimal): -2451795 or 11376346. OLE color: 11376346.

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

Color convert

RGB218150173-
CMYK00.310.210.15
HSL339.71º47.89%72.16%-
HSV(B)339.71º31.19%85.49%-
XYZ47.3639.7444.71-
YUV172.95128.03160.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=40.30%
G=27.73%
B=31.98%

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
Decimal21815017300.310.210.15339.7147.8972.16
HexDA96AD01F15F1543048
Octal332226255037251752460110
Binary1101101010010110101011010111111010111111010101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96AD; }

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

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

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

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

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

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

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

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