#DA84A9

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

Shades of Kobi #DA84A9

Tints of Kobi #DA84A9

Color information

#DA84A9 (or 0xDA84A9) is unknown color: approx Kobi. HEX triplet: DA, 84 and A9. RGB value is (218,132,169). Sum of RGB (Red+Green+Blue) = 218+132+169=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84A9 is #257B56. Grayscale: #A1A1A1. Windows color (decimal): -2456407 or 11109594. OLE color: 11109594.

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

Color convert

RGB218132169-
CMYK00.390.220.15
HSL334.19º53.75%68.63%-
HSV(B)334.19º39.45%85.49%-
XYZ44.3334.2741.82-
YUV161.93131.99167.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=42.00%
G=25.43%
B=32.56%

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
Decimal21813216900.390.220.15334.1953.7568.63
HexDA84A902716F14e3645
Octal332204251047261751666105
Binary11011010100001001010100101001111011011111010011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84A9; }

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

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

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

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

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

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

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

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