Html Css Color HEX #DB8BAB Kobi

📋 copy color: '#DB8BAB'

red 219 ◦ green 139 ◦ blue 171

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

Shades of Kobi #DB8BAB

Tints of Kobi #DB8BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.28%

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 41.4%
G = 26.28%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB8BAB (or 0xDB8BAB) is known color: Kobi. HEX triplet: DB, 8B and AB. RGB value is (219,139,171). Sum of RGB (Red+Green+Blue) = 219+139+171=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BAB is #247454. Grayscale: #A6A6A6. Windows color (decimal): -2389077 or 11242459. OLE color: 11242459.

HSL color Cylindrical-coordinate representation of color #DB8BAB: hue angle of 336º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BAB is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 139 171 -
CMYK 0 0.37 0.22 0.14
HSL 336º 0.53% 0.7% -
HSV(B) 336º 0.37% 0.86% -
XYZ 45.8 36.47 43.15 -
YUV 166.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 219 139 171 0 0.37 0.22 0.14 336 0.53 0.7
Hex DB 8B AB 0 25 16 E 150 35 46
Octal 333 213 253 0 45 26 16 520 65 106
Binary 11011011 10001011 10101011 0 100101 10110 1110 101010000 110101 1000110

Color Harmonies of #DB8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8BAB

Black with #DB8BAB

Text Example


Text Example

White with #DB8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8BAB; }

 p { color: rgb(219,139,171); }

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

background-color css

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

 a { background-color: rgb(219,139,171); }

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

border-color css

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

 span { border-color: rgb(219,139,171); }

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