Html Css Color HEX #DB5995 Hopbush

📋 copy color: '#DB5995'

red 219 ◦ green 89 ◦ blue 149

#DB5995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #DB5995

Tints of Hopbush #DB5995

RGB

 RED value IS 219 (85.94% from 255) = 47.92%

 GREEN value IS 89 (35.16% from 255) = 19.47%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 47.92%
G = 19.47%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5995 (or 0xDB5995) is known color: Hopbush. HEX triplet: DB, 59 and 95. RGB value is (219,89,149). Sum of RGB (Red+Green+Blue) = 219+89+149=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5995 is #24A66A. Grayscale: #868686. Windows color (decimal): -2401899 or 9787867. OLE color: 9787867.

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

Color convert

RGB 219 89 149 -
CMYK 0 0.59 0.32 0.14
HSL 332.31º 0.64% 0.6% -
HSV(B) 332.31º 0.59% 0.86% -
XYZ 38.21 24.37 31.12 -
YUV 134.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 219 89 149 0 0.59 0.32 0.14 332.31 0.64 0.6
Hex DB 59 95 0 3B 20 E 14C 40 3C
Octal 333 131 225 0 73 40 16 514 100 74
Binary 11011011 1011001 10010101 0 111011 100000 1110 101001100 1000000 111100

Color Harmonies of #DB5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5995

Black with #DB5995

Text Example


Text Example

White with #DB5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5995; }

 p { color: rgb(219,89,149); }

 H1.HeaderClassName
 {
   color: #DB5995;
 }
 .AnyTagClassName
 {
   color: #DB5995;
 }
</style>

background-color css

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

 a { background-color: rgb(219,89,149); }

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

border-color css

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

 span { border-color: rgb(219,89,149); }

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