Html Css Color HEX #DB5AA8 Hopbush

📋 copy color: '#DB5AA8'

red 219 ◦ green 90 ◦ blue 168

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

Shades of Hopbush #DB5AA8

Tints of Hopbush #DB5AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.22%

R = 45.91%
G = 18.87%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB5AA8 (or 0xDB5AA8) is known color: Hopbush. HEX triplet: DB, 5A and A8. RGB value is (219,90,168). Sum of RGB (Red+Green+Blue) = 219+90+168=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AA8 is #24A557. Grayscale: #898989. Windows color (decimal): -2401624 or 11033307. OLE color: 11033307.

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

Color convert

RGB 219 90 168 -
CMYK 0 0.59 0.23 0.14
HSL 323.72º 0.64% 0.61% -
HSV(B) 323.72º 0.59% 0.86% -
XYZ 39.94 25.2 39.8 -
YUV 137.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 219 90 168 0 0.59 0.23 0.14 323.72 0.64 0.61
Hex DB 5A A8 0 3B 17 E 144 40 3D
Octal 333 132 250 0 73 27 16 504 100 75
Binary 11011011 1011010 10101000 0 111011 10111 1110 101000100 1000000 111101

Color Harmonies of #DB5AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AA8

Black with #DB5AA8

Text Example


Text Example

White with #DB5AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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