#DA96B3

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

Shades of Kobi #DA96B3

Tints of Kobi #DA96B3

Color information

#DA96B3 (or 0xDA96B3) is unknown color: approx Kobi. HEX triplet: DA, 96 and B3. RGB value is (218,150,179). Sum of RGB (Red+Green+Blue) = 218+150+179=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96B3 is #25694C. Grayscale: #ADADAD. Windows color (decimal): -2451789 or 11769562. OLE color: 11769562.

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

Color convert

RGB218150179-
CMYK00.310.180.15
HSL334.41º47.89%72.16%-
HSV(B)334.41º31.19%85.49%-
XYZ47.9639.9747.84-
YUV173.64131.03159.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=39.85%
G=27.42%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815017900.310.180.15334.4147.8972.16
HexDA96B301F12F14e3048
Octal332226263037221751660110
Binary1101101010010110101100110111111001011111010011101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96B3; }

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

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

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

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

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

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

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

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