#DA95AD

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

Shades of Kobi #DA95AD

Tints of Kobi #DA95AD

Color information

#DA95AD (or 0xDA95AD) is unknown color: approx Kobi. HEX triplet: DA, 95 and AD. RGB value is (218,149,173). Sum of RGB (Red+Green+Blue) = 218+149+173=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95AD is #256A52. Grayscale: #ACACAC. Windows color (decimal): -2452051 or 11376090. OLE color: 11376090.

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

Color convert

RGB218149173-
CMYK00.320.210.15
HSL339.13º48.25%71.96%-
HSV(B)339.13º31.65%85.49%-
XYZ47.239.4244.66-
YUV172.37128.36160.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=40.37%
G=27.59%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814917300.320.210.15339.1348.2571.96
HexDA95AD02015F1533048
Octal332225255040251752360110
Binary11011010100101011010110101000001010111111010100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95AD; }

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

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

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

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

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

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

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

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