Html Css Color HEX #DB5EAE Hopbush

📋 copy color: '#DB5EAE'

red 219 ◦ green 94 ◦ blue 174

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

Shades of Hopbush #DB5EAE

Tints of Hopbush #DB5EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 44.97%
G = 19.3%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB5EAE (or 0xDB5EAE) is known color: Hopbush. HEX triplet: DB, 5E and AE. RGB value is (219,94,174). Sum of RGB (Red+Green+Blue) = 219+94+174=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EAE is #24A151. Grayscale: #8C8C8C. Windows color (decimal): -2400594 or 11427547. OLE color: 11427547.

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

Color convert

RGB 219 94 174 -
CMYK 0 0.57 0.21 0.14
HSL 321.6º 0.63% 0.61% -
HSV(B) 321.6º 0.57% 0.86% -
XYZ 40.86 26.12 42.93 -
YUV 140.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 219 94 174 0 0.57 0.21 0.14 321.6 0.63 0.61
Hex DB 5E AE 0 39 15 E 142 3F 3D
Octal 333 136 256 0 71 25 16 502 77 75
Binary 11011011 1011110 10101110 0 111001 10101 1110 101000010 111111 111101

Color Harmonies of #DB5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EAE

Black with #DB5EAE

Text Example


Text Example

White with #DB5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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