#DA82AB

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

Shades of Kobi #DA82AB

Tints of Kobi #DA82AB

Color information

#DA82AB (or 0xDA82AB) is unknown color: approx Kobi. HEX triplet: DA, 82 and AB. RGB value is (218,130,171). Sum of RGB (Red+Green+Blue) = 218+130+171=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82AB is #257D54. Grayscale: #A0A0A0. Windows color (decimal): -2456917 or 11240154. OLE color: 11240154.

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

Color convert

RGB218130171-
CMYK00.400.220.15
HSL332.05º54.32%68.24%-
HSV(B)332.05º40.37%85.49%-
XYZ44.2533.8142.72-
YUV160.99133.65168.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=42.00%
G=25.05%
B=32.95%

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
Decimal21813017100.400.220.15332.0554.3268.24
HexDA82AB02816F14c3644
Octal332202253050261751466104
Binary11011010100000101010101101010001011011111010011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82AB; }

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

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

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

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

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

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

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

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