Html Css Color HEX #DB97A7 Kobi

📋 copy color: '#DB97A7'

red 219 ◦ green 151 ◦ blue 167

#DB97A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DB97A7

Tints of Kobi #DB97A7

RGB

 RED value IS 219 (85.94% from 255) = 40.78%

 GREEN value IS 151 (59.38% from 255) = 28.12%

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 40.78%
G = 28.12%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB97A7 (or 0xDB97A7) is known color: Kobi. HEX triplet: DB, 97 and A7. RGB value is (219,151,167). Sum of RGB (Red+Green+Blue) = 219+151+167=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB97A7 is #246858. Grayscale: #ADADAD. Windows color (decimal): -2386009 or 10983387. OLE color: 10983387.

HSL color Cylindrical-coordinate representation of color #DB97A7: hue angle of 345.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB97A7 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 167 -
CMYK 0 0.31 0.24 0.14
HSL 345.88º 0.49% 0.73% -
HSV(B) 345.88º 0.31% 0.86% -
XYZ 47.26 39.98 41.79 -
YUV 173.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 219 151 167 0 0.31 0.24 0.14 345.88 0.49 0.73
Hex DB 97 A7 0 1F 18 E 15A 31 49
Octal 333 227 247 0 37 30 16 532 61 111
Binary 11011011 10010111 10100111 0 11111 11000 1110 101011010 110001 1001001

Color Harmonies of #DB97A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97A7

Black with #DB97A7

Text Example


Text Example

White with #DB97A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97A7; }

 p { color: rgb(219,151,167); }

 H1.HeaderClassName
 {
   color: #DB97A7;
 }
 .AnyTagClassName
 {
   color: #DB97A7;
 }
</style>

background-color css

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

 a { background-color: rgb(219,151,167); }

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

border-color css

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

 span { border-color: rgb(219,151,167); }

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