#DA9BB4

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

Shades of Kobi #DA9BB4

Tints of Kobi #DA9BB4

Color information

#DA9BB4 (or 0xDA9BB4) is unknown color: approx Kobi. HEX triplet: DA, 9B and B4. RGB value is (218,155,180). Sum of RGB (Red+Green+Blue) = 218+155+180=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BB4 is #25644B. Grayscale: #B0B0B0. Windows color (decimal): -2450508 or 11836378. OLE color: 11836378.

HSL color Cylindrical-coordinate representation of color #DA9BB4: hue angle of 336.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BB4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218155180-
CMYK00.290.170.15
HSL336.19º45.99%73.14%-
HSV(B)336.19º28.9%85.49%-
XYZ48.8741.6448.64-
YUV176.69129.87157.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=39.42%
G=28.03%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815518000.290.170.15336.1945.9973.14
HexDA9BB401D11F1502e49
Octal332233264035211752056111
Binary1101101010011011101101000111011000111111010100001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BB4; }

 p { color: rgb(218,155,180); }

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

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

 a { background-color: rgb(218,155,180); }

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

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

 span { border-color: rgb(218,155,180); }

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