Html Css Color HEX #DB83B1 Kobi

📋 copy color: '#DB83B1'

red 219 ◦ green 131 ◦ blue 177

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

Shades of Kobi #DB83B1

Tints of Kobi #DB83B1

RGB

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

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

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

R = 41.56%
G = 24.86%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB83B1 (or 0xDB83B1) is known color: Kobi. HEX triplet: DB, 83 and B1. RGB value is (219,131,177). Sum of RGB (Red+Green+Blue) = 219+131+177=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83B1 is #247C4E. Grayscale: #A2A2A2. Windows color (decimal): -2391119 or 11633627. OLE color: 11633627.

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

Color convert

RGB 219 131 177 -
CMYK 0 0.40 0.19 0.14
HSL 328.64º 0.55% 0.69% -
HSV(B) 328.64º 0.4% 0.86% -
XYZ 45.27 34.47 45.86 -
YUV 162.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 219 131 177 0 0.40 0.19 0.14 328.64 0.55 0.69
Hex DB 83 B1 0 28 13 E 149 37 45
Octal 333 203 261 0 50 23 16 511 67 105
Binary 11011011 10000011 10110001 0 101000 10011 1110 101001001 110111 1000101

Color Harmonies of #DB83B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83B1

Black with #DB83B1

Text Example


Text Example

White with #DB83B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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