#DA9EB1

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

Shades of Kobi #DA9EB1

Tints of Kobi #DA9EB1

Color information

#DA9EB1 (or 0xDA9EB1) is unknown color: approx Kobi. HEX triplet: DA, 9E and B1. RGB value is (218,158,177). Sum of RGB (Red+Green+Blue) = 218+158+177=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9EB1 is #25614E. Grayscale: #B2B2B2. Windows color (decimal): -2449743 or 11640538. OLE color: 11640538.

HSL color Cylindrical-coordinate representation of color #DA9EB1: hue angle of 341º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9EB1 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218158177-
CMYK00.280.190.15
HSL341º44.78%73.73%-
HSV(B)341º27.52%85.49%-
XYZ49.0842.5347.22-
YUV178.11127.38156.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=39.42%
G=28.57%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815817700.280.190.1534144.7873.73
HexDA9EB101C13F1552d4a
Octal332236261034231752555112
Binary1101101010011110101100010111001001111111010101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EB1; }

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

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

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

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

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

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

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

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