Html Css Color HEX #DB85AB Kobi

📋 copy color: '#DB85AB'

red 219 ◦ green 133 ◦ blue 171

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

Shades of Kobi #DB85AB

Tints of Kobi #DB85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.43%

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

R = 41.87%
G = 25.43%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB85AB (or 0xDB85AB) is known color: Kobi. HEX triplet: DB, 85 and AB. RGB value is (219,133,171). Sum of RGB (Red+Green+Blue) = 219+133+171=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85AB is #247A54. Grayscale: #A2A2A2. Windows color (decimal): -2390613 or 11240923. OLE color: 11240923.

HSL color Cylindrical-coordinate representation of color #DB85AB: hue angle of 333.49º 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 #DB85AB is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 171 -
CMYK 0 0.39 0.22 0.14
HSL 333.49º 0.54% 0.69% -
HSV(B) 333.49º 0.39% 0.86% -
XYZ 44.95 34.78 42.87 -
YUV 163.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 219 133 171 0 0.39 0.22 0.14 333.49 0.54 0.69
Hex DB 85 AB 0 27 16 E 14D 36 45
Octal 333 205 253 0 47 26 16 515 66 105
Binary 11011011 10000101 10101011 0 100111 10110 1110 101001101 110110 1000101

Color Harmonies of #DB85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85AB

Black with #DB85AB

Text Example


Text Example

White with #DB85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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