#DA87AB

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

Shades of Kobi #DA87AB

Tints of Kobi #DA87AB

Color information

#DA87AB (or 0xDA87AB) is unknown color: approx Kobi. HEX triplet: DA, 87 and AB. RGB value is (218,135,171). Sum of RGB (Red+Green+Blue) = 218+135+171=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA87AB is #257854. Grayscale: #A3A3A3. Windows color (decimal): -2455637 or 11241434. OLE color: 11241434.

HSL color Cylindrical-coordinate representation of color #DA87AB: hue angle of 333.98º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA87AB is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218135171-
CMYK00.380.220.15
HSL333.98º52.87%69.22%-
HSV(B)333.98º38.07%85.49%-
XYZ44.9335.1742.95-
YUV163.92132166.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=41.60%
G=25.76%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813517100.380.220.15333.9852.8769.22
HexDA87AB02616F14e3545
Octal332207253046261751665105
Binary11011010100001111010101101001101011011111010011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87AB; }

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

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

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

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

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

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

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

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