#DA96B1

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

Shades of Kobi #DA96B1

Tints of Kobi #DA96B1

Color information

#DA96B1 (or 0xDA96B1) is unknown color: approx Kobi. HEX triplet: DA, 96 and B1. RGB value is (218,150,177). Sum of RGB (Red+Green+Blue) = 218+150+177=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA96B1 is #25694E. Grayscale: #ADADAD. Windows color (decimal): -2451791 or 11638490. OLE color: 11638490.

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

Color convert

RGB218150177-
CMYK00.310.190.15
HSL336.18º47.89%72.16%-
HSV(B)336.18º31.19%85.49%-
XYZ47.7639.8946.78-
YUV173.41130.03159.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=40%
G=27.52%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815017700.310.190.15336.1847.8972.16
HexDA96B101F13F1503048
Octal332226261037231752060110
Binary1101101010010110101100010111111001111111010100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96B1; }

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

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

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

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

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

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

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

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