Html Css Color HEX #DB87AB Kobi

📋 copy color: '#DB87AB'

red 219 ◦ green 135 ◦ blue 171

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

Shades of Kobi #DB87AB

Tints of Kobi #DB87AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.71%

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

R = 41.71%
G = 25.71%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB87AB (or 0xDB87AB) is known color: Kobi. HEX triplet: DB, 87 and AB. RGB value is (219,135,171). Sum of RGB (Red+Green+Blue) = 219+135+171=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87AB is #247854. Grayscale: #A4A4A4. Windows color (decimal): -2390101 or 11241435. OLE color: 11241435.

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

Color convert

RGB 219 135 171 -
CMYK 0 0.38 0.22 0.14
HSL 334.29º 0.54% 0.69% -
HSV(B) 334.29º 0.38% 0.86% -
XYZ 45.23 35.33 42.96 -
YUV 164.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 219 135 171 0 0.38 0.22 0.14 334.29 0.54 0.69
Hex DB 87 AB 0 26 16 E 14E 36 45
Octal 333 207 253 0 46 26 16 516 66 105
Binary 11011011 10000111 10101011 0 100110 10110 1110 101001110 110110 1000101

Color Harmonies of #DB87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB87AB

Black with #DB87AB

Text Example


Text Example

White with #DB87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB87AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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