#DA85AB

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

Shades of Kobi #DA85AB

Tints of Kobi #DA85AB

Color information

#DA85AB (or 0xDA85AB) is unknown color: approx Kobi. HEX triplet: DA, 85 and AB. RGB value is (218,133,171). Sum of RGB (Red+Green+Blue) = 218+133+171=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85AB is #257A54. Grayscale: #A2A2A2. Windows color (decimal): -2456149 or 11240922. OLE color: 11240922.

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

Color convert

RGB218133171-
CMYK00.390.220.15
HSL333.18º53.46%68.82%-
HSV(B)333.18º38.99%85.49%-
XYZ44.6534.6242.86-
YUV162.75132.66167.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=41.76%
G=25.48%
B=32.76%

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
Decimal21813317100.390.220.15333.1853.4668.82
HexDA85AB02716F14d3545
Octal332205253047261751565105
Binary11011010100001011010101101001111011011111010011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85AB; }

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

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

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

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

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

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

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

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