#DB99AD

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

Shades of Kobi #DB99AD

Tints of Kobi #DB99AD

Color information

#DB99AD (or 0xDB99AD) is unknown color: approx Kobi. HEX triplet: DB, 99 and AD. RGB value is (219,153,173). Sum of RGB (Red+Green+Blue) = 219+153+173=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99AD is #246652. Grayscale: #AFAFAF. Windows color (decimal): -2385491 or 11377115. OLE color: 11377115.

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

Color convert

RGB219153173-
CMYK00.300.210.14
HSL341.82º47.83%72.94%-
HSV(B)341.82º30.14%85.88%-
XYZ48.1540.8644.88-
YUV175.01126.87159.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=40.18%
G=28.07%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915317300.300.210.14341.8247.8372.94
HexDB99AD01E15E1563049
Octal333231255036251652660111
Binary1101101110011001101011010111101010111101010101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99AD; }

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

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

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

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

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

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

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

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