Html Css Color HEX #DB5EA1 Hopbush

📋 copy color: '#DB5EA1'

red 219 ◦ green 94 ◦ blue 161

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

Shades of Hopbush #DB5EA1

Tints of Hopbush #DB5EA1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.83%

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 46.2%
G = 19.83%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB5EA1 (or 0xDB5EA1) is known color: Hopbush. HEX triplet: DB, 5E and A1. RGB value is (219,94,161). Sum of RGB (Red+Green+Blue) = 219+94+161=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EA1 is #24A15E. Grayscale: #8A8A8A. Windows color (decimal): -2400607 or 10575579. OLE color: 10575579.

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

Color convert

RGB 219 94 161 -
CMYK 0 0.57 0.26 0.14
HSL 327.84º 0.63% 0.61% -
HSV(B) 327.84º 0.57% 0.86% -
XYZ 39.65 25.64 36.58 -
YUV 139.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 219 94 161 0 0.57 0.26 0.14 327.84 0.63 0.61
Hex DB 5E A1 0 39 1A E 148 3F 3D
Octal 333 136 241 0 71 32 16 510 77 75
Binary 11011011 1011110 10100001 0 111001 11010 1110 101001000 111111 111101

Color Harmonies of #DB5EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EA1

Black with #DB5EA1

Text Example


Text Example

White with #DB5EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EA1; }

 p { color: rgb(219,94,161); }

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

background-color css

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

 a { background-color: rgb(219,94,161); }

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

border-color css

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

 span { border-color: rgb(219,94,161); }

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