#DB81AD

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

Shades of Kobi #DB81AD

Tints of Kobi #DB81AD

Color information

#DB81AD (or 0xDB81AD) is unknown color: approx Kobi. HEX triplet: DB, 81 and AD. RGB value is (219,129,173). Sum of RGB (Red+Green+Blue) = 219+129+173=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB81AD is #247E52. Grayscale: #A0A0A0. Windows color (decimal): -2391635 or 11370971. OLE color: 11370971.

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

Color convert

RGB219129173-
CMYK00.410.210.14
HSL330.67º55.56%68.24%-
HSV(B)330.67º41.1%85.88%-
XYZ44.6133.7843.7-
YUV160.93134.82169.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=42.03%
G=24.76%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912917300.410.210.14330.6755.5668.24
HexDB81AD02915E14b3844
Octal333201255051251651370104
Binary11011011100000011010110101010011010111101010010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81AD; }

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

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

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

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

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

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

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

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