#DA84AD

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

Shades of Kobi #DA84AD

Tints of Kobi #DA84AD

Color information

#DA84AD (or 0xDA84AD) is unknown color: approx Kobi. HEX triplet: DA, 84 and AD. RGB value is (218,132,173). Sum of RGB (Red+Green+Blue) = 218+132+173=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84AD is #257B52. Grayscale: #A2A2A2. Windows color (decimal): -2456403 or 11371738. OLE color: 11371738.

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

Color convert

RGB218132173-
CMYK00.390.210.15
HSL331.4º53.75%68.63%-
HSV(B)331.4º39.45%85.49%-
XYZ44.7134.4343.82-
YUV162.39133.99167.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=41.68%
G=25.24%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813217300.390.210.15331.453.7568.63
HexDA84AD02715F14b3645
Octal332204255047251751366105
Binary11011010100001001010110101001111010111111010010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84AD; }

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

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

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

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

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

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

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

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