#DB7DAD

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

Shades of Kobi #DB7DAD

Tints of Kobi #DB7DAD

Color information

#DB7DAD (or 0xDB7DAD) is unknown color: approx Kobi. HEX triplet: DB, 7D and AD. RGB value is (219,125,173). Sum of RGB (Red+Green+Blue) = 219+125+173=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DAD is #248252. Grayscale: #9E9E9E. Windows color (decimal): -2392659 or 11369947. OLE color: 11369947.

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

Color convert

RGB219125173-
CMYK00.430.210.14
HSL329.36º56.63%67.45%-
HSV(B)329.36º42.92%85.88%-
XYZ44.0932.7443.53-
YUV158.58136.14171.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=42.36%
G=24.18%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912517300.430.210.14329.3656.6367.45
HexDB7DAD02B15E1493943
Octal333175255053251651171103
Binary1101101111111011010110101010111010111101010010011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DAD; }

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

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

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

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

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

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

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

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