Html Css Color HEX #DB4A9E Mulberry

📋 copy color: '#DB4A9E'

red 219 ◦ green 74 ◦ blue 158

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

Shades of Mulberry #DB4A9E

Tints of Mulberry #DB4A9E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 48.56%
G = 16.41%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB4A9E (or 0xDB4A9E) is known color: Mulberry. HEX triplet: DB, 4A and 9E. RGB value is (219,74,158). Sum of RGB (Red+Green+Blue) = 219+74+158=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A9E is #24B561. Grayscale: #7E7E7E. Windows color (decimal): -2405730 or 10373851. OLE color: 10373851.

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

Color convert

RGB 219 74 158 -
CMYK 0 0.66 0.28 0.14
HSL 325.24º 0.67% 0.57% -
HSV(B) 325.24º 0.66% 0.86% -
XYZ 37.83 22.43 34.68 -
YUV 126.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 219 74 158 0 0.66 0.28 0.14 325.24 0.67 0.57
Hex DB 4A 9E 0 42 1C E 145 43 39
Octal 333 112 236 0 102 34 16 505 103 71
Binary 11011011 1001010 10011110 0 1000010 11100 1110 101000101 1000011 111001

Color Harmonies of #DB4A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A9E

Black with #DB4A9E

Text Example


Text Example

White with #DB4A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A9E; }

 p { color: rgb(219,74,158); }

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

background-color css

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

 a { background-color: rgb(219,74,158); }

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

border-color css

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

 span { border-color: rgb(219,74,158); }

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