Html Css Color HEX #DB5B95 Hopbush

📋 copy color: '#DB5B95'

red 219 ◦ green 91 ◦ blue 149

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

Shades of Hopbush #DB5B95

Tints of Hopbush #DB5B95

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.83%

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

R = 47.71%
G = 19.83%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5B95 (or 0xDB5B95) is known color: Hopbush. HEX triplet: DB, 5B and 95. RGB value is (219,91,149). Sum of RGB (Red+Green+Blue) = 219+91+149=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B95 is #24A46A. Grayscale: #878787. Windows color (decimal): -2401387 or 9788379. OLE color: 9788379.

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

Color convert

RGB 219 91 149 -
CMYK 0 0.58 0.32 0.14
HSL 332.81º 0.64% 0.61% -
HSV(B) 332.81º 0.58% 0.86% -
XYZ 38.38 24.71 31.18 -
YUV 135.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 219 91 149 0 0.58 0.32 0.14 332.81 0.64 0.61
Hex DB 5B 95 0 3A 20 E 14D 40 3D
Octal 333 133 225 0 72 40 16 515 100 75
Binary 11011011 1011011 10010101 0 111010 100000 1110 101001101 1000000 111101

Color Harmonies of #DB5B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B95

Black with #DB5B95

Text Example


Text Example

White with #DB5B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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