Html Css Color HEX #DB86B1 Kobi

📋 copy color: '#DB86B1'

red 219 ◦ green 134 ◦ blue 177

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

Shades of Kobi #DB86B1

Tints of Kobi #DB86B1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.28%

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 41.32%
G = 25.28%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB86B1 (or 0xDB86B1) is known color: Kobi. HEX triplet: DB, 86 and B1. RGB value is (219,134,177). Sum of RGB (Red+Green+Blue) = 219+134+177=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86B1 is #24794E. Grayscale: #A4A4A4. Windows color (decimal): -2390351 or 11634395. OLE color: 11634395.

HSL color Cylindrical-coordinate representation of color #DB86B1: hue angle of 329.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86B1 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 134 177 -
CMYK 0 0.39 0.19 0.14
HSL 329.65º 0.54% 0.69% -
HSV(B) 329.65º 0.39% 0.86% -
XYZ 45.67 35.28 46 -
YUV 164.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 219 134 177 0 0.39 0.19 0.14 329.65 0.54 0.69
Hex DB 86 B1 0 27 13 E 14A 36 45
Octal 333 206 261 0 47 23 16 512 66 105
Binary 11011011 10000110 10110001 0 100111 10011 1110 101001010 110110 1000101

Color Harmonies of #DB86B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86B1

Black with #DB86B1

Text Example


Text Example

White with #DB86B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86B1; }

 p { color: rgb(219,134,177); }

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

background-color css

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

 a { background-color: rgb(219,134,177); }

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

border-color css

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

 span { border-color: rgb(219,134,177); }

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