#DA97B2

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

Shades of Kobi #DA97B2

Tints of Kobi #DA97B2

Color information

#DA97B2 (or 0xDA97B2) is unknown color: approx Kobi. HEX triplet: DA, 97 and B2. RGB value is (218,151,178). Sum of RGB (Red+Green+Blue) = 218+151+178=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA97B2 is #25684D. Grayscale: #AEAEAE. Windows color (decimal): -2451534 or 11704282. OLE color: 11704282.

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

Color convert

RGB218151178-
CMYK00.310.180.15
HSL335.82º47.52%72.35%-
HSV(B)335.82º30.73%85.49%-
XYZ48.0240.2547.36-
YUV174.11130.2159.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=39.85%
G=27.61%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815117800.310.180.15335.8247.5272.35
HexDA97B201F12F1503048
Octal332227262037221752060110
Binary1101101010010111101100100111111001011111010100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97B2; }

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

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

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

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

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

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

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

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