Html Css Color HEX #DB4D9A Mulberry

📋 copy color: '#DB4D9A'

red 219 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #DB4D9A

Tints of Mulberry #DB4D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 48.67%
G = 17.11%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB4D9A (or 0xDB4D9A) is known color: Mulberry. HEX triplet: DB, 4D and 9A. RGB value is (219,77,154). Sum of RGB (Red+Green+Blue) = 219+77+154=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D9A is #24B265. Grayscale: #808080. Windows color (decimal): -2404966 or 10112475. OLE color: 10112475.

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

Color convert

RGB 219 77 154 -
CMYK 0 0.65 0.30 0.14
HSL 327.46º 0.66% 0.58% -
HSV(B) 327.46º 0.65% 0.86% -
XYZ 37.7 22.7 32.97 -
YUV 128.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 219 77 154 0 0.65 0.30 0.14 327.46 0.66 0.58
Hex DB 4D 9A 0 41 1E E 147 42 3A
Octal 333 115 232 0 101 36 16 507 102 72
Binary 11011011 1001101 10011010 0 1000001 11110 1110 101000111 1000010 111010

Color Harmonies of #DB4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D9A

Black with #DB4D9A

Text Example


Text Example

White with #DB4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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