#DA85AC

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

Shades of Kobi #DA85AC

Tints of Kobi #DA85AC

Color information

#DA85AC (or 0xDA85AC) is unknown color: approx Kobi. HEX triplet: DA, 85 and AC. RGB value is (218,133,172). Sum of RGB (Red+Green+Blue) = 218+133+172=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85AC is #257A53. Grayscale: #A2A2A2. Windows color (decimal): -2456148 or 11306458. OLE color: 11306458.

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

Color convert

RGB218133172-
CMYK00.390.210.15
HSL332.47º53.46%68.82%-
HSV(B)332.47º38.99%85.49%-
XYZ44.7534.6643.36-
YUV162.86133.16167.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=41.68%
G=25.43%
B=32.89%

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
Decimal21813317200.390.210.15332.4753.4668.82
HexDA85AC02715F14c3545
Octal332205254047251751465105
Binary11011010100001011010110001001111010111111010011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85AC; }

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

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

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

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

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

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

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

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