#DA82AA

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

Shades of Kobi #DA82AA

Tints of Kobi #DA82AA

Color information

#DA82AA (or 0xDA82AA) is unknown color: approx Kobi. HEX triplet: DA, 82 and AA. RGB value is (218,130,170). Sum of RGB (Red+Green+Blue) = 218+130+170=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82AA is #257D55. Grayscale: #A0A0A0. Windows color (decimal): -2456918 or 11174618. OLE color: 11174618.

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

Color convert

RGB218130170-
CMYK00.400.220.15
HSL332.73º54.32%68.24%-
HSV(B)332.73º40.37%85.49%-
XYZ44.1533.7742.22-
YUV160.87133.15168.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=42.08%
G=25.10%
B=32.82%

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
Decimal21813017000.400.220.15332.7354.3268.24
HexDA82AA02816F14d3644
Octal332202252050261751566104
Binary11011010100000101010101001010001011011111010011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82AA; }

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

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

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

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

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

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

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

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