#DA83AC

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

Shades of Kobi #DA83AC

Tints of Kobi #DA83AC

Color information

#DA83AC (or 0xDA83AC) is unknown color: approx Kobi. HEX triplet: DA, 83 and AC. RGB value is (218,131,172). Sum of RGB (Red+Green+Blue) = 218+131+172=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA83AC is #257C53. Grayscale: #A1A1A1. Windows color (decimal): -2456660 or 11305946. OLE color: 11305946.

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

Color convert

RGB218131172-
CMYK00.400.210.15
HSL331.72º54.04%68.43%-
HSV(B)331.72º39.91%85.49%-
XYZ44.4834.1243.27-
YUV161.69133.82168.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=41.84%
G=25.14%
B=33.01%

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
Decimal21813117200.400.210.15331.7254.0468.43
HexDA83AC02815F14c3644
Octal332203254050251751466104
Binary11011010100000111010110001010001010111111010011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83AC; }

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

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

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

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

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

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

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

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