#DA95B1

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

Shades of Kobi #DA95B1

Tints of Kobi #DA95B1

Color information

#DA95B1 (or 0xDA95B1) is unknown color: approx Kobi. HEX triplet: DA, 95 and B1. RGB value is (218,149,177). Sum of RGB (Red+Green+Blue) = 218+149+177=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA95B1 is #256A4E. Grayscale: #ACACAC. Windows color (decimal): -2452047 or 11638234. OLE color: 11638234.

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

Color convert

RGB218149177-
CMYK00.320.190.15
HSL335.65º48.25%71.96%-
HSV(B)335.65º31.65%85.49%-
XYZ47.639.5746.73-
YUV172.82130.36160.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=40.07%
G=27.39%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814917700.320.190.15335.6548.2571.96
HexDA95B102013F1503048
Octal332225261040231752060110
Binary11011010100101011011000101000001001111111010100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95B1; }

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

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

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

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

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

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

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

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