Html Css Color HEX #DB5993 Hopbush

📋 copy color: '#DB5993'

red 219 ◦ green 89 ◦ blue 147

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

Shades of Hopbush #DB5993

Tints of Hopbush #DB5993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.31%

R = 48.13%
G = 19.56%
B = 32.31%

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

#DB5993 (or 0xDB5993) is known color: Hopbush. HEX triplet: DB, 59 and 93. RGB value is (219,89,147). Sum of RGB (Red+Green+Blue) = 219+89+147=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5993 is #24A66C. Grayscale: #868686. Windows color (decimal): -2401901 or 9656795. OLE color: 9656795.

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

Color convert

RGB 219 89 147 -
CMYK 0 0.59 0.33 0.14
HSL 333.23º 0.64% 0.6% -
HSV(B) 333.23º 0.59% 0.86% -
XYZ 38.05 24.31 30.29 -
YUV 134.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 219 89 147 0 0.59 0.33 0.14 333.23 0.64 0.6
Hex DB 59 93 0 3B 21 E 14D 40 3C
Octal 333 131 223 0 73 41 16 515 100 74
Binary 11011011 1011001 10010011 0 111011 100001 1110 101001101 1000000 111100

Color Harmonies of #DB5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5993

Black with #DB5993

Text Example


Text Example

White with #DB5993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5993; }

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

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

background-color css

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

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

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

border-color css

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

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

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