#DB7FB1

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

Shades of Kobi #DB7FB1

Tints of Kobi #DB7FB1

Color information

#DB7FB1 (or 0xDB7FB1) is unknown color: approx Kobi. HEX triplet: DB, 7F and B1. RGB value is (219,127,177). Sum of RGB (Red+Green+Blue) = 219+127+177=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FB1 is #24804E. Grayscale: #A0A0A0. Windows color (decimal): -2392143 or 11632603. OLE color: 11632603.

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

Color convert

RGB219127177-
CMYK00.420.190.14
HSL327.39º56.1%67.84%-
HSV(B)327.39º42.01%85.88%-
XYZ44.7433.4145.69-
YUV160.21137.48169.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=41.87%
G=24.28%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912717700.420.190.14327.3956.167.84
HexDB7FB102A13E1473844
Octal333177261052231650770104
Binary1101101111111111011000101010101001111101010001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7FB1; }

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

 H1.HeaderClassName
 {
   color: #DB7FB1;
 }
 .AnyTagClassName
 {
   color: #DB7FB1;
 }
</style>
background-color css

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

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

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

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

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

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