Html Css Color HEX #DB5992 Hopbush

📋 copy color: '#DB5992'

red 219 ◦ green 89 ◦ blue 146

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

Shades of Hopbush #DB5992

Tints of Hopbush #DB5992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.16%

R = 48.24%
G = 19.6%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB5992 (or 0xDB5992) is known color: Hopbush. HEX triplet: DB, 59 and 92. RGB value is (219,89,146). Sum of RGB (Red+Green+Blue) = 219+89+146=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5992 is #24A66D. Grayscale: #868686. Windows color (decimal): -2401902 or 9591259. OLE color: 9591259.

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

Color convert

RGB 219 89 146 -
CMYK 0 0.59 0.33 0.14
HSL 333.69º 0.64% 0.6% -
HSV(B) 333.69º 0.59% 0.86% -
XYZ 37.97 24.28 29.88 -
YUV 134.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 219 89 146 0 0.59 0.33 0.14 333.69 0.64 0.6
Hex DB 59 92 0 3B 21 E 14E 40 3C
Octal 333 131 222 0 73 41 16 516 100 74
Binary 11011011 1011001 10010010 0 111011 100001 1110 101001110 1000000 111100

Color Harmonies of #DB5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5992

Black with #DB5992

Text Example


Text Example

White with #DB5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5992; }

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

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

background-color css

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

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

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

border-color css

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

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

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