#DB99B4

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

Shades of Kobi #DB99B4

Tints of Kobi #DB99B4

Color information

#DB99B4 (or 0xDB99B4) is unknown color: approx Kobi. HEX triplet: DB, 99 and B4. RGB value is (219,153,180). Sum of RGB (Red+Green+Blue) = 219+153+180=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99B4 is #24664B. Grayscale: #AFAFAF. Windows color (decimal): -2385484 or 11835867. OLE color: 11835867.

HSL color Cylindrical-coordinate representation of color #DB99B4: hue angle of 335.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99B4 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219153180-
CMYK00.300.180.14
HSL335.45º47.83%72.94%-
HSV(B)335.45º30.14%85.88%-
XYZ48.8441.1448.55-
YUV175.81130.37158.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 180 (70.70% from 255) = 32.61%
R=39.67%
G=27.72%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915318000.300.180.14335.4547.8372.94
HexDB99B401E12E14f3049
Octal333231264036221651760111
Binary1101101110011001101101000111101001011101010011111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99B4; }

 p { color: rgb(219,153,180); }

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

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

 a { background-color: rgb(219,153,180); }

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

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

 span { border-color: rgb(219,153,180); }

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