Html Css Color HEX #DB97B0 Kobi

📋 copy color: '#DB97B0'

red 219 ◦ green 151 ◦ blue 176

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

Shades of Kobi #DB97B0

Tints of Kobi #DB97B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 40.11%
G = 27.66%
B = 32.23%

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

#DB97B0 (or 0xDB97B0) is known color: Kobi. HEX triplet: DB, 97 and B0. RGB value is (219,151,176). Sum of RGB (Red+Green+Blue) = 219+151+176=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB97B0 is #24684F. Grayscale: #AEAEAE. Windows color (decimal): -2386000 or 11573211. OLE color: 11573211.

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

Color convert

RGB 219 151 176 -
CMYK 0 0.31 0.20 0.14
HSL 337.94º 0.49% 0.73% -
HSV(B) 337.94º 0.31% 0.86% -
XYZ 48.12 40.33 46.32 -
YUV 174.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 219 151 176 0 0.31 0.20 0.14 337.94 0.49 0.73
Hex DB 97 B0 0 1F 14 E 152 31 49
Octal 333 227 260 0 37 24 16 522 61 111
Binary 11011011 10010111 10110000 0 11111 10100 1110 101010010 110001 1001001

Color Harmonies of #DB97B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97B0

Black with #DB97B0

Text Example


Text Example

White with #DB97B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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