Html Css Color HEX #DB5795 Hopbush

📋 copy color: '#DB5795'

red 219 ◦ green 87 ◦ blue 149

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

Shades of Hopbush #DB5795

Tints of Hopbush #DB5795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.12%

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

R = 48.13%
G = 19.12%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5795 (or 0xDB5795) is known color: Hopbush. HEX triplet: DB, 57 and 95. RGB value is (219,87,149). Sum of RGB (Red+Green+Blue) = 219+87+149=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5795 is #24A86A. Grayscale: #858585. Windows color (decimal): -2402411 or 9787355. OLE color: 9787355.

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

Color convert

RGB 219 87 149 -
CMYK 0 0.60 0.32 0.14
HSL 331.82º 0.65% 0.6% -
HSV(B) 331.82º 0.6% 0.86% -
XYZ 38.05 24.05 31.07 -
YUV 133.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 219 87 149 0 0.60 0.32 0.14 331.82 0.65 0.6
Hex DB 57 95 0 3C 20 E 14C 41 3C
Octal 333 127 225 0 74 40 16 514 101 74
Binary 11011011 1010111 10010101 0 111100 100000 1110 101001100 1000001 111100

Color Harmonies of #DB5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5795

Black with #DB5795

Text Example


Text Example

White with #DB5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5795; }

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

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

background-color css

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

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

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

border-color css

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

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

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