#DA95AE

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

Shades of Kobi #DA95AE

Tints of Kobi #DA95AE

Color information

#DA95AE (or 0xDA95AE) is unknown color: approx Kobi. HEX triplet: DA, 95 and AE. RGB value is (218,149,174). Sum of RGB (Red+Green+Blue) = 218+149+174=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95AE is #256A51. Grayscale: #ACACAC. Windows color (decimal): -2452050 or 11441626. OLE color: 11441626.

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

Color convert

RGB218149174-
CMYK00.320.200.15
HSL338.26º48.25%71.96%-
HSV(B)338.26º31.65%85.49%-
XYZ47.339.4645.17-
YUV172.48128.86160.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=40.30%
G=27.54%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814917400.320.200.15338.2648.2571.96
HexDA95AE02014F1523048
Octal332225256040241752260110
Binary11011010100101011010111001000001010011111010100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95AE; }

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

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

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

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

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

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

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

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