Html Css Color HEX #DB84AB Kobi

📋 copy color: '#DB84AB'

red 219 ◦ green 132 ◦ blue 171

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

Shades of Kobi #DB84AB

Tints of Kobi #DB84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.29%

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

R = 41.95%
G = 25.29%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB84AB (or 0xDB84AB) is known color: Kobi. HEX triplet: DB, 84 and AB. RGB value is (219,132,171). Sum of RGB (Red+Green+Blue) = 219+132+171=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB84AB is #247B54. Grayscale: #A2A2A2. Windows color (decimal): -2390869 or 11240667. OLE color: 11240667.

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

Color convert

RGB 219 132 171 -
CMYK 0 0.40 0.22 0.14
HSL 333.1º 0.55% 0.69% -
HSV(B) 333.1º 0.4% 0.86% -
XYZ 44.82 34.5 42.83 -
YUV 162.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 219 132 171 0 0.40 0.22 0.14 333.1 0.55 0.69
Hex DB 84 AB 0 28 16 E 14D 37 45
Octal 333 204 253 0 50 26 16 515 67 105
Binary 11011011 10000100 10101011 0 101000 10110 1110 101001101 110111 1000101

Color Harmonies of #DB84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB84AB

Black with #DB84AB

Text Example


Text Example

White with #DB84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB84AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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