Html Css Color HEX #DB97B2 Kobi

📋 copy color: '#DB97B2'

red 219 ◦ green 151 ◦ blue 178

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

Shades of Kobi #DB97B2

Tints of Kobi #DB97B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.48%

R = 39.96%
G = 27.55%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB97B2 (or 0xDB97B2) is known color: Kobi. HEX triplet: DB, 97 and B2. RGB value is (219,151,178). Sum of RGB (Red+Green+Blue) = 219+151+178=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB97B2 is #24684D. Grayscale: #AEAEAE. Windows color (decimal): -2385998 or 11704283. OLE color: 11704283.

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

Color convert

RGB 219 151 178 -
CMYK 0 0.31 0.19 0.14
HSL 336.18º 0.49% 0.73% -
HSV(B) 336.18º 0.31% 0.86% -
XYZ 48.32 40.41 47.37 -
YUV 174.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 219 151 178 0 0.31 0.19 0.14 336.18 0.49 0.73
Hex DB 97 B2 0 1F 13 E 150 31 49
Octal 333 227 262 0 37 23 16 520 61 111
Binary 11011011 10010111 10110010 0 11111 10011 1110 101010000 110001 1001001

Color Harmonies of #DB97B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97B2

Black with #DB97B2

Text Example


Text Example

White with #DB97B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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