#DA87AE

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

Shades of Kobi #DA87AE

Tints of Kobi #DA87AE

Color information

#DA87AE (or 0xDA87AE) is unknown color: approx Kobi. HEX triplet: DA, 87 and AE. RGB value is (218,135,174). Sum of RGB (Red+Green+Blue) = 218+135+174=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA87AE is #257851. Grayscale: #A4A4A4. Windows color (decimal): -2455634 or 11438042. OLE color: 11438042.

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

Color convert

RGB218135174-
CMYK00.380.200.15
HSL331.81º52.87%69.22%-
HSV(B)331.81º38.07%85.49%-
XYZ45.2235.2944.47-
YUV164.26133.5166.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=41.37%
G=25.62%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813517400.380.200.15331.8152.8769.22
HexDA87AE02614F14c3545
Octal332207256046241751465105
Binary11011010100001111010111001001101010011111010011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87AE; }

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

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

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

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

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

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

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

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