Html Css Color HEX #DB83AB Kobi

📋 copy color: '#DB83AB'

red 219 ◦ green 131 ◦ blue 171

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

Shades of Kobi #DB83AB

Tints of Kobi #DB83AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.14%

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

R = 42.03%
G = 25.14%
B = 32.82%

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

#DB83AB (or 0xDB83AB) is known color: Kobi. HEX triplet: DB, 83 and AB. RGB value is (219,131,171). Sum of RGB (Red+Green+Blue) = 219+131+171=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83AB is #247C54. Grayscale: #A1A1A1. Windows color (decimal): -2391125 or 11240411. OLE color: 11240411.

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

Color convert

RGB 219 131 171 -
CMYK 0 0.40 0.22 0.14
HSL 332.73º 0.55% 0.69% -
HSV(B) 332.73º 0.4% 0.86% -
XYZ 44.68 34.23 42.78 -
YUV 161.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 219 131 171 0 0.40 0.22 0.14 332.73 0.55 0.69
Hex DB 83 AB 0 28 16 E 14D 37 45
Octal 333 203 253 0 50 26 16 515 67 105
Binary 11011011 10000011 10101011 0 101000 10110 1110 101001101 110111 1000101

Color Harmonies of #DB83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83AB

Black with #DB83AB

Text Example


Text Example

White with #DB83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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