#DA84AB

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

Shades of Kobi #DA84AB

Tints of Kobi #DA84AB

Color information

#DA84AB (or 0xDA84AB) is unknown color: approx Kobi. HEX triplet: DA, 84 and AB. RGB value is (218,132,171). Sum of RGB (Red+Green+Blue) = 218+132+171=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84AB is #257B54. Grayscale: #A2A2A2. Windows color (decimal): -2456405 or 11240666. OLE color: 11240666.

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

Color convert

RGB218132171-
CMYK00.390.220.15
HSL332.79º53.75%68.63%-
HSV(B)332.79º39.45%85.49%-
XYZ44.5234.3542.81-
YUV162.16132.99167.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=41.84%
G=25.34%
B=32.82%

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
Decimal21813217100.390.220.15332.7953.7568.63
HexDA84AB02716F14d3645
Octal332204253047261751566105
Binary11011010100001001010101101001111011011111010011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84AB; }

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

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

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

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

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

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

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

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