#DB8FB1

Color #DB8FB1 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DB8FB1

Tints of Kobi #DB8FB1

Color information

#DB8FB1 (or 0xDB8FB1) is unknown color: approx 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

RGB219143177-
CMYK00.350.190.14
HSL333.16º51.35%70.98%-
HSV(B)333.16º34.7%85.88%-
XYZ46.9737.8846.43-
YUV169.6132.18163.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914317700.350.190.14333.1651.3570.98
HexDB8FB102313E14d3347
Octal333217261043231651563107
Binary11011011100011111011000101000111001111101010011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>