Html Css Color HEX #DB5DA9 Hopbush

📋 copy color: '#DB5DA9'

red 219 ◦ green 93 ◦ blue 169

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

Shades of Hopbush #DB5DA9

Tints of Hopbush #DB5DA9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 169 (66.41% from 255) = 35.14%

R = 45.53%
G = 19.33%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB5DA9 (or 0xDB5DA9) is known color: Hopbush. HEX triplet: DB, 5D and A9. RGB value is (219,93,169). Sum of RGB (Red+Green+Blue) = 219+93+169=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5DA9 is #24A256. Grayscale: #8B8B8B. Windows color (decimal): -2400855 or 11099611. OLE color: 11099611.

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

Color convert

RGB 219 93 169 -
CMYK 0 0.58 0.23 0.14
HSL 323.81º 0.64% 0.61% -
HSV(B) 323.81º 0.58% 0.86% -
XYZ 40.29 25.75 40.38 -
YUV 139.34 144.74 184.82 -
System Red Green Blue C M Y K H S L
Decimal 219 93 169 0 0.58 0.23 0.14 323.81 0.64 0.61
Hex DB 5D A9 0 3A 17 E 144 40 3D
Octal 333 135 251 0 72 27 16 504 100 75
Binary 11011011 1011101 10101001 0 111010 10111 1110 101000100 1000000 111101

Color Harmonies of #DB5DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DA9

Black with #DB5DA9

Text Example


Text Example

White with #DB5DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DA9; }

 p { color: rgb(219,93,169); }

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

background-color css

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

 a { background-color: rgb(219,93,169); }

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

border-color css

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

 span { border-color: rgb(219,93,169); }

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