Html Css Color HEX #DB82AB Kobi

📋 copy color: '#DB82AB'

red 219 ◦ green 130 ◦ blue 171

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

Shades of Kobi #DB82AB

Tints of Kobi #DB82AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25%

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

R = 42.12%
G = 25%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB82AB (or 0xDB82AB) is known color: Kobi. HEX triplet: DB, 82 and AB. RGB value is (219,130,171). Sum of RGB (Red+Green+Blue) = 219+130+171=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82AB is #247D54. Grayscale: #A1A1A1. Windows color (decimal): -2391381 or 11240155. OLE color: 11240155.

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

Color convert

RGB 219 130 171 -
CMYK 0 0.41 0.22 0.14
HSL 332.36º 0.55% 0.68% -
HSV(B) 332.36º 0.41% 0.86% -
XYZ 44.55 33.97 42.74 -
YUV 161.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 219 130 171 0 0.41 0.22 0.14 332.36 0.55 0.68
Hex DB 82 AB 0 29 16 E 14C 37 44
Octal 333 202 253 0 51 26 16 514 67 104
Binary 11011011 10000010 10101011 0 101001 10110 1110 101001100 110111 1000100

Color Harmonies of #DB82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82AB

Black with #DB82AB

Text Example


Text Example

White with #DB82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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