#DA95AA

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

Shades of Kobi #DA95AA

Tints of Kobi #DA95AA

Color information

#DA95AA (or 0xDA95AA) is unknown color: approx Kobi. HEX triplet: DA, 95 and AA. RGB value is (218,149,170). Sum of RGB (Red+Green+Blue) = 218+149+170=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95AA is #256A55. Grayscale: #ACACAC. Windows color (decimal): -2452054 or 11179482. OLE color: 11179482.

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

Color convert

RGB218149170-
CMYK00.320.220.15
HSL341.74º48.25%71.96%-
HSV(B)341.74º31.65%85.49%-
XYZ46.9239.343.14-
YUV172.02126.86160.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=40.60%
G=27.75%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814917000.320.220.15341.7448.2571.96
HexDA95AA02016F1563048
Octal332225252040261752660110
Binary11011010100101011010101001000001011011111010101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95AA; }

 p { color: rgb(218,149,170); }

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

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

 a { background-color: rgb(218,149,170); }

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

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

 span { border-color: rgb(218,149,170); }

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