#DB5D9C

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

Shades of Hopbush #DB5D9C

Tints of Hopbush #DB5D9C

Color information

#DB5D9C (or 0xDB5D9C) is unknown color: approx Hopbush. HEX triplet: DB, 5D and 9C. RGB value is (219,93,156). Sum of RGB (Red+Green+Blue) = 219+93+156=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D9C is #24A263. Grayscale: #898989. Windows color (decimal): -2400868 or 10247643. OLE color: 10247643.

HSL color Cylindrical-coordinate representation of color #DB5D9C: hue angle of 330º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D9C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB21993156-
CMYK00.580.290.14
HSL330º63.64%61.18%-
HSV(B)330º57.53%85.88%-
XYZ39.1325.2934.27-
YUV137.86138.24185.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=46.79%
G=19.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199315600.580.290.1433063.6461.18
HexDB5D9C03A1DE14a403d
Octal333135234072351651210075
Binary1101101110111011001110001110101110111101010010101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5D9C; }

 p { color: rgb(219,93,156); }

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

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

 a { background-color: rgb(219,93,156); }

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

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

 span { border-color: rgb(219,93,156); }

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