#DA97B4

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

Shades of Kobi #DA97B4

Tints of Kobi #DA97B4

Color information

#DA97B4 (or 0xDA97B4) is unknown color: approx Kobi. HEX triplet: DA, 97 and B4. RGB value is (218,151,180). Sum of RGB (Red+Green+Blue) = 218+151+180=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97B4 is #25684B. Grayscale: #AEAEAE. Windows color (decimal): -2451532 or 11835354. OLE color: 11835354.

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

Color convert

RGB218151180-
CMYK00.310.170.15
HSL334.03º47.52%72.35%-
HSV(B)334.03º30.73%85.49%-
XYZ48.2240.3348.42-
YUV174.34131.2159.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=39.71%
G=27.50%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815118000.310.170.15334.0347.5272.35
HexDA97B401F11F14e3048
Octal332227264037211751660110
Binary1101101010010111101101000111111000111111010011101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97B4; }

 p { color: rgb(218,151,180); }

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

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

 a { background-color: rgb(218,151,180); }

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

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

 span { border-color: rgb(218,151,180); }

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