#DA83AD

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

Shades of Kobi #DA83AD

Tints of Kobi #DA83AD

Color information

#DA83AD (or 0xDA83AD) is unknown color: approx Kobi. HEX triplet: DA, 83 and AD. RGB value is (218,131,173). Sum of RGB (Red+Green+Blue) = 218+131+173=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA83AD is #257C52. Grayscale: #A1A1A1. Windows color (decimal): -2456659 or 11371482. OLE color: 11371482.

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

Color convert

RGB218131173-
CMYK00.400.210.15
HSL331.03º54.04%68.43%-
HSV(B)331.03º39.91%85.49%-
XYZ44.5734.1643.78-
YUV161.8134.32168.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=41.76%
G=25.10%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813117300.400.210.15331.0354.0468.43
HexDA83AD02815F14b3644
Octal332203255050251751366104
Binary11011010100000111010110101010001010111111010010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83AD; }

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

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

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

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

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

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

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

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