Html Css Color HEX #DB8BA9 Kobi

📋 copy color: '#DB8BA9'

red 219 ◦ green 139 ◦ blue 169

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

Shades of Kobi #DB8BA9

Tints of Kobi #DB8BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.07%

R = 41.56%
G = 26.38%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB8BA9 (or 0xDB8BA9) is known color: Kobi. HEX triplet: DB, 8B and A9. RGB value is (219,139,169). Sum of RGB (Red+Green+Blue) = 219+139+169=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BA9 is #247456. Grayscale: #A6A6A6. Windows color (decimal): -2389079 or 11111387. OLE color: 11111387.

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

Color convert

RGB 219 139 169 -
CMYK 0 0.37 0.23 0.14
HSL 337.5º 0.53% 0.7% -
HSV(B) 337.5º 0.37% 0.86% -
XYZ 45.61 36.39 42.16 -
YUV 166.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 219 139 169 0 0.37 0.23 0.14 337.5 0.53 0.7
Hex DB 8B A9 0 25 17 E 152 35 46
Octal 333 213 251 0 45 27 16 522 65 106
Binary 11011011 10001011 10101001 0 100101 10111 1110 101010010 110101 1000110

Color Harmonies of #DB8BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8BA9

Black with #DB8BA9

Text Example


Text Example

White with #DB8BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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