Html Css Color HEX #DB80B0 Kobi

📋 copy color: '#DB80B0'

red 219 ◦ green 128 ◦ blue 176

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

Shades of Kobi #DB80B0

Tints of Kobi #DB80B0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.47%

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

R = 41.87%
G = 24.47%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB80B0 (or 0xDB80B0) is known color: Kobi. HEX triplet: DB, 80 and B0. RGB value is (219,128,176). Sum of RGB (Red+Green+Blue) = 219+128+176=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB80B0 is #247F4F. Grayscale: #A0A0A0. Windows color (decimal): -2391888 or 11567323. OLE color: 11567323.

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

Color convert

RGB 219 128 176 -
CMYK 0 0.42 0.20 0.14
HSL 328.35º 0.56% 0.68% -
HSV(B) 328.35º 0.42% 0.86% -
XYZ 44.77 33.63 45.21 -
YUV 160.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 219 128 176 0 0.42 0.20 0.14 328.35 0.56 0.68
Hex DB 80 B0 0 2A 14 E 148 38 44
Octal 333 200 260 0 52 24 16 510 70 104
Binary 11011011 10000000 10110000 0 101010 10100 1110 101001000 111000 1000100

Color Harmonies of #DB80B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80B0

Black with #DB80B0

Text Example


Text Example

White with #DB80B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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