Html Css Color HEX #DB97AF Kobi

📋 copy color: '#DB97AF'

red 219 ◦ green 151 ◦ blue 175

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

Shades of Kobi #DB97AF

Tints of Kobi #DB97AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.11%

R = 40.18%
G = 27.71%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB97AF (or 0xDB97AF) is known color: Kobi. HEX triplet: DB, 97 and AF. RGB value is (219,151,175). Sum of RGB (Red+Green+Blue) = 219+151+175=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB97AF is #246850. Grayscale: #AEAEAE. Windows color (decimal): -2386001 or 11507675. OLE color: 11507675.

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

Color convert

RGB 219 151 175 -
CMYK 0 0.31 0.20 0.14
HSL 338.82º 0.49% 0.73% -
HSV(B) 338.82º 0.31% 0.86% -
XYZ 48.02 40.29 45.8 -
YUV 174.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 219 151 175 0 0.31 0.20 0.14 338.82 0.49 0.73
Hex DB 97 AF 0 1F 14 E 153 31 49
Octal 333 227 257 0 37 24 16 523 61 111
Binary 11011011 10010111 10101111 0 11111 10100 1110 101010011 110001 1001001

Color Harmonies of #DB97AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97AF

Black with #DB97AF

Text Example


Text Example

White with #DB97AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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