#DB8FB3

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

Shades of Kobi #DB8FB3

Tints of Kobi #DB8FB3

Color information

#DB8FB3 (or 0xDB8FB3) is unknown color: approx Kobi. HEX triplet: DB, 8F and B3. RGB value is (219,143,179). Sum of RGB (Red+Green+Blue) = 219+143+179=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FB3 is #24704C. Grayscale: #A9A9A9. Windows color (decimal): -2388045 or 11767771. OLE color: 11767771.

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

Color convert

RGB219143179-
CMYK00.350.180.14
HSL331.58º51.35%70.98%-
HSV(B)331.58º34.7%85.88%-
XYZ47.1737.9647.49-
YUV169.83133.18163.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=40.48%
G=26.43%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914317900.350.180.14331.5851.3570.98
HexDB8FB302312E14c3347
Octal333217263043221651463107
Binary11011011100011111011001101000111001011101010011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8FB3; }

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

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

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

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

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

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

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

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