#DA83AB

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

Shades of Kobi #DA83AB

Tints of Kobi #DA83AB

Color information

#DA83AB (or 0xDA83AB) is unknown color: approx Kobi. HEX triplet: DA, 83 and AB. RGB value is (218,131,171). Sum of RGB (Red+Green+Blue) = 218+131+171=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA83AB is #257C54. Grayscale: #A1A1A1. Windows color (decimal): -2456661 or 11240410. OLE color: 11240410.

HSL color Cylindrical-coordinate representation of color #DA83AB: hue angle of 332.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83AB is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218131171-
CMYK00.400.220.15
HSL332.41º54.04%68.43%-
HSV(B)332.41º39.91%85.49%-
XYZ44.3834.0842.77-
YUV161.57133.32168.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=41.92%
G=25.19%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813117100.400.220.15332.4154.0468.43
HexDA83AB02816F14c3644
Octal332203253050261751466104
Binary11011010100000111010101101010001011011111010011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83AB; }

 p { color: rgb(218,131,171); }

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

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

 a { background-color: rgb(218,131,171); }

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

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

 span { border-color: rgb(218,131,171); }

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