Html Css Color HEX #DB5996 Hopbush

📋 copy color: '#DB5996'

red 219 ◦ green 89 ◦ blue 150

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

Shades of Hopbush #DB5996

Tints of Hopbush #DB5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 47.82%
G = 19.43%
B = 32.75%

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

#DB5996 (or 0xDB5996) is known color: Hopbush. HEX triplet: DB, 59 and 96. RGB value is (219,89,150). Sum of RGB (Red+Green+Blue) = 219+89+150=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5996 is #24A669. Grayscale: #868686. Windows color (decimal): -2401898 or 9853403. OLE color: 9853403.

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

Color convert

RGB 219 89 150 -
CMYK 0 0.59 0.32 0.14
HSL 331.85º 0.64% 0.6% -
HSV(B) 331.85º 0.59% 0.86% -
XYZ 38.29 24.41 31.55 -
YUV 134.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 219 89 150 0 0.59 0.32 0.14 331.85 0.64 0.6
Hex DB 59 96 0 3B 20 E 14C 40 3C
Octal 333 131 226 0 73 40 16 514 100 74
Binary 11011011 1011001 10010110 0 111011 100000 1110 101001100 1000000 111100

Color Harmonies of #DB5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5996

Black with #DB5996

Text Example


Text Example

White with #DB5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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