Html Css Color HEX #DB5893 Hopbush

📋 copy color: '#DB5893'

red 219 ◦ green 88 ◦ blue 147

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

Shades of Hopbush #DB5893

Tints of Hopbush #DB5893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.38%

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

R = 48.24%
G = 19.38%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB5893 (or 0xDB5893) is known color: Hopbush. HEX triplet: DB, 58 and 93. RGB value is (219,88,147). Sum of RGB (Red+Green+Blue) = 219+88+147=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5893 is #24A76C. Grayscale: #858585. Windows color (decimal): -2402157 or 9656539. OLE color: 9656539.

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

Color convert

RGB 219 88 147 -
CMYK 0 0.60 0.33 0.14
HSL 332.98º 0.65% 0.6% -
HSV(B) 332.98º 0.6% 0.86% -
XYZ 37.97 24.15 30.26 -
YUV 133.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 219 88 147 0 0.60 0.33 0.14 332.98 0.65 0.6
Hex DB 58 93 0 3C 21 E 14D 41 3C
Octal 333 130 223 0 74 41 16 515 101 74
Binary 11011011 1011000 10010011 0 111100 100001 1110 101001101 1000001 111100

Color Harmonies of #DB5893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5893

Black with #DB5893

Text Example


Text Example

White with #DB5893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5893; }

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

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

background-color css

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

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

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

border-color css

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

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

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