Html Css Color HEX #DB4A96 Mulberry

📋 copy color: '#DB4A96'

red 219 ◦ green 74 ◦ blue 150

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

Shades of Mulberry #DB4A96

Tints of Mulberry #DB4A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 49.44%
G = 16.7%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4A96 (or 0xDB4A96) is known color: Mulberry. HEX triplet: DB, 4A and 96. RGB value is (219,74,150). Sum of RGB (Red+Green+Blue) = 219+74+150=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A96 is #24B569. Grayscale: #7D7D7D. Windows color (decimal): -2405738 or 9849563. OLE color: 9849563.

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

Color convert

RGB 219 74 150 -
CMYK 0 0.66 0.32 0.14
HSL 328.55º 0.67% 0.57% -
HSV(B) 328.55º 0.66% 0.86% -
XYZ 37.17 22.16 31.17 -
YUV 126.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 219 74 150 0 0.66 0.32 0.14 328.55 0.67 0.57
Hex DB 4A 96 0 42 20 E 149 43 39
Octal 333 112 226 0 102 40 16 511 103 71
Binary 11011011 1001010 10010110 0 1000010 100000 1110 101001001 1000011 111001

Color Harmonies of #DB4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A96

Black with #DB4A96

Text Example


Text Example

White with #DB4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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