Html Css Color HEX #DB5AA4 Hopbush

📋 copy color: '#DB5AA4'

red 219 ◦ green 90 ◦ blue 164

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

Shades of Hopbush #DB5AA4

Tints of Hopbush #DB5AA4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 164 (64.45% from 255) = 34.67%

R = 46.3%
G = 19.03%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB5AA4 (or 0xDB5AA4) is known color: Hopbush. HEX triplet: DB, 5A and A4. RGB value is (219,90,164). Sum of RGB (Red+Green+Blue) = 219+90+164=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AA4 is #24A55B. Grayscale: #888888. Windows color (decimal): -2401628 or 10771163. OLE color: 10771163.

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

Color convert

RGB 219 90 164 -
CMYK 0 0.59 0.25 0.14
HSL 325.58º 0.64% 0.61% -
HSV(B) 325.58º 0.59% 0.86% -
XYZ 39.57 25.05 37.87 -
YUV 137.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 219 90 164 0 0.59 0.25 0.14 325.58 0.64 0.61
Hex DB 5A A4 0 3B 19 E 146 40 3D
Octal 333 132 244 0 73 31 16 506 100 75
Binary 11011011 1011010 10100100 0 111011 11001 1110 101000110 1000000 111101

Color Harmonies of #DB5AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AA4

Black with #DB5AA4

Text Example


Text Example

White with #DB5AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AA4; }

 p { color: rgb(219,90,164); }

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

background-color css

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

 a { background-color: rgb(219,90,164); }

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

border-color css

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

 span { border-color: rgb(219,90,164); }

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