Html Css Color HEX #DB4DA5 Mulberry

📋 copy color: '#DB4DA5'

red 219 ◦ green 77 ◦ blue 165

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

Shades of Mulberry #DB4DA5

Tints of Mulberry #DB4DA5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.7%

 BLUE value IS 165 (64.84% from 255) = 35.79%

R = 47.51%
G = 16.7%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB4DA5 (or 0xDB4DA5) is known color: Mulberry. HEX triplet: DB, 4D and A5. RGB value is (219,77,165). Sum of RGB (Red+Green+Blue) = 219+77+165=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA5 is #24B25A. Grayscale: #818181. Windows color (decimal): -2404955 or 10833371. OLE color: 10833371.

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

Color convert

RGB 219 77 165 -
CMYK 0 0.65 0.25 0.14
HSL 322.82º 0.66% 0.58% -
HSV(B) 322.82º 0.65% 0.86% -
XYZ 38.66 23.08 38.02 -
YUV 129.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 219 77 165 0 0.65 0.25 0.14 322.82 0.66 0.58
Hex DB 4D A5 0 41 19 E 143 42 3A
Octal 333 115 245 0 101 31 16 503 102 72
Binary 11011011 1001101 10100101 0 1000001 11001 1110 101000011 1000010 111010

Color Harmonies of #DB4DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DA5

Black with #DB4DA5

Text Example


Text Example

White with #DB4DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DA5; }

 p { color: rgb(219,77,165); }

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

background-color css

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

 a { background-color: rgb(219,77,165); }

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

border-color css

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

 span { border-color: rgb(219,77,165); }

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