#DA95A8

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

Shades of Kobi #DA95A8

Tints of Kobi #DA95A8

Color information

#DA95A8 (or 0xDA95A8) is unknown color: approx Kobi. HEX triplet: DA, 95 and A8. RGB value is (218,149,168). Sum of RGB (Red+Green+Blue) = 218+149+168=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95A8 is #256A57. Grayscale: #ABABAB. Windows color (decimal): -2452056 or 11048410. OLE color: 11048410.

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

Color convert

RGB218149168-
CMYK00.320.230.15
HSL343.48º48.25%71.96%-
HSV(B)343.48º31.65%85.49%-
XYZ46.7339.2342.15-
YUV171.8125.86160.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=40.75%
G=27.85%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814916800.320.230.15343.4848.2571.96
HexDA95A802017F1573048
Octal332225250040271752760110
Binary11011010100101011010100001000001011111111010101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95A8; }

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

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

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

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

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

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

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

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