#DA84AA

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

Shades of Kobi #DA84AA

Tints of Kobi #DA84AA

Color information

#DA84AA (or 0xDA84AA) is unknown color: approx Kobi. HEX triplet: DA, 84 and AA. RGB value is (218,132,170). Sum of RGB (Red+Green+Blue) = 218+132+170=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84AA is #257B55. Grayscale: #A1A1A1. Windows color (decimal): -2456406 or 11175130. OLE color: 11175130.

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

Color convert

RGB218132170-
CMYK00.390.220.15
HSL333.49º53.75%68.63%-
HSV(B)333.49º39.45%85.49%-
XYZ44.4234.3142.31-
YUV162.05132.49167.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=41.92%
G=25.38%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813217000.390.220.15333.4953.7568.63
HexDA84AA02716F14d3645
Octal332204252047261751566105
Binary11011010100001001010101001001111011011111010011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84AA; }

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

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

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

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

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

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

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

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