#DB7FAB

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

Shades of Kobi #DB7FAB

Tints of Kobi #DB7FAB

Color information

#DB7FAB (or 0xDB7FAB) is unknown color: approx Kobi. HEX triplet: DB, 7F and AB. RGB value is (219,127,171). Sum of RGB (Red+Green+Blue) = 219+127+171=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FAB is #248054. Grayscale: #9F9F9F. Windows color (decimal): -2392149 or 11239387. OLE color: 11239387.

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

Color convert

RGB219127171-
CMYK00.420.220.14
HSL331.3º56.1%67.84%-
HSV(B)331.3º42.01%85.88%-
XYZ44.1533.1842.61-
YUV159.52134.48170.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=42.36%
G=24.56%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912717100.420.220.14331.356.167.84
HexDB7FAB02A16E14b3844
Octal333177253052261651370104
Binary1101101111111111010101101010101011011101010010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7FAB; }

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

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

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

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

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

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

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

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