#DA9AB3

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

Shades of Kobi #DA9AB3

Tints of Kobi #DA9AB3

Color information

#DA9AB3 (or 0xDA9AB3) is unknown color: approx Kobi. HEX triplet: DA, 9A and B3. RGB value is (218,154,179). Sum of RGB (Red+Green+Blue) = 218+154+179=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AB3 is #25654C. Grayscale: #AFAFAF. Windows color (decimal): -2450765 or 11770586. OLE color: 11770586.

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

Color convert

RGB218154179-
CMYK00.290.180.15
HSL336.56º46.38%72.94%-
HSV(B)336.56º29.36%85.49%-
XYZ48.6141.2748.05-
YUV175.99129.7157.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=39.56%
G=27.95%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815417900.290.180.15336.5646.3872.94
HexDA9AB301D12F1512e49
Octal332232263035221752156111
Binary1101101010011010101100110111011001011111010100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AB3; }

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

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

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

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

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

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

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

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