Html Css Color HEX #DB4DA8 Mulberry

📋 copy color: '#DB4DA8'

red 219 ◦ green 77 ◦ blue 168

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

Shades of Mulberry #DB4DA8

Tints of Mulberry #DB4DA8

RGB

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

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

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

R = 47.2%
G = 16.59%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB4DA8 (or 0xDB4DA8) is known color: Mulberry. HEX triplet: DB, 4D and A8. RGB value is (219,77,168). Sum of RGB (Red+Green+Blue) = 219+77+168=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA8 is #24B257. Grayscale: #818181. Windows color (decimal): -2404952 or 11029979. OLE color: 11029979.

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

Color convert

RGB 219 77 168 -
CMYK 0 0.65 0.23 0.14
HSL 321.55º 0.66% 0.58% -
HSV(B) 321.55º 0.65% 0.86% -
XYZ 38.94 23.19 39.47 -
YUV 129.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 219 77 168 0 0.65 0.23 0.14 321.55 0.66 0.58
Hex DB 4D A8 0 41 17 E 142 42 3A
Octal 333 115 250 0 101 27 16 502 102 72
Binary 11011011 1001101 10101000 0 1000001 10111 1110 101000010 1000010 111010

Color Harmonies of #DB4DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DA8

Black with #DB4DA8

Text Example


Text Example

White with #DB4DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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