Html Css Color HEX #DB96B0 Kobi

📋 copy color: '#DB96B0'

red 219 ◦ green 150 ◦ blue 176

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

Shades of Kobi #DB96B0

Tints of Kobi #DB96B0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.52%

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

R = 40.18%
G = 27.52%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB96B0 (or 0xDB96B0) is known color: Kobi. HEX triplet: DB, 96 and B0. RGB value is (219,150,176). Sum of RGB (Red+Green+Blue) = 219+150+176=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96B0 is #24694F. Grayscale: #ADADAD. Windows color (decimal): -2386256 or 11572955. OLE color: 11572955.

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

Color convert

RGB 219 150 176 -
CMYK 0 0.32 0.20 0.14
HSL 337.39º 0.49% 0.72% -
HSV(B) 337.39º 0.32% 0.86% -
XYZ 47.96 40.01 46.27 -
YUV 173.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 219 150 176 0 0.32 0.20 0.14 337.39 0.49 0.72
Hex DB 96 B0 0 20 14 E 151 31 48
Octal 333 226 260 0 40 24 16 521 61 110
Binary 11011011 10010110 10110000 0 100000 10100 1110 101010001 110001 1001000

Color Harmonies of #DB96B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96B0

Black with #DB96B0

Text Example


Text Example

White with #DB96B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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