Html Css Color HEX #DB97AC Kobi

📋 copy color: '#DB97AC'

red 219 ◦ green 151 ◦ blue 172

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

Shades of Kobi #DB97AC

Tints of Kobi #DB97AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 40.41%
G = 27.86%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB97AC (or 0xDB97AC) is known color: Kobi. HEX triplet: DB, 97 and AC. RGB value is (219,151,172). Sum of RGB (Red+Green+Blue) = 219+151+172=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB97AC is #246853. Grayscale: #ADADAD. Windows color (decimal): -2386004 or 11311067. OLE color: 11311067.

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

Color convert

RGB 219 151 172 -
CMYK 0 0.31 0.21 0.14
HSL 341.47º 0.49% 0.73% -
HSV(B) 341.47º 0.31% 0.86% -
XYZ 47.73 40.17 44.27 -
YUV 173.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 219 151 172 0 0.31 0.21 0.14 341.47 0.49 0.73
Hex DB 97 AC 0 1F 15 E 155 31 49
Octal 333 227 254 0 37 25 16 525 61 111
Binary 11011011 10010111 10101100 0 11111 10101 1110 101010101 110001 1001001

Color Harmonies of #DB97AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97AC

Black with #DB97AC

Text Example


Text Example

White with #DB97AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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