Html Css Color HEX #DB8FB1 Kobi

📋 copy color: '#DB8FB1'

red 219 ◦ green 143 ◦ blue 177

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

Shades of Kobi #DB8FB1

Tints of Kobi #DB8FB1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.53%

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

R = 40.63%
G = 26.53%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB8FB1 (or 0xDB8FB1) is known color: Kobi. HEX triplet: DB, 8F and B1. RGB value is (219,143,177). Sum of RGB (Red+Green+Blue) = 219+143+177=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FB1 is #24704E. Grayscale: #A9A9A9. Windows color (decimal): -2388047 or 11636699. OLE color: 11636699.

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

Color convert

RGB 219 143 177 -
CMYK 0 0.35 0.19 0.14
HSL 333.16º 0.51% 0.71% -
HSV(B) 333.16º 0.35% 0.86% -
XYZ 46.97 37.88 46.43 -
YUV 169.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 219 143 177 0 0.35 0.19 0.14 333.16 0.51 0.71
Hex DB 8F B1 0 23 13 E 14D 33 47
Octal 333 217 261 0 43 23 16 515 63 107
Binary 11011011 10001111 10110001 0 100011 10011 1110 101001101 110011 1000111

Color Harmonies of #DB8FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FB1

Black with #DB8FB1

Text Example


Text Example

White with #DB8FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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