Html Css Color HEX #DB4E96 Mulberry

📋 copy color: '#DB4E96'

red 219 ◦ green 78 ◦ blue 150

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

Shades of Mulberry #DB4E96

Tints of Mulberry #DB4E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.45%

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

R = 48.99%
G = 17.45%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4E96 (or 0xDB4E96) is known color: Mulberry. HEX triplet: DB, 4E and 96. RGB value is (219,78,150). Sum of RGB (Red+Green+Blue) = 219+78+150=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E96 is #24B169. Grayscale: #808080. Windows color (decimal): -2404714 or 9850587. OLE color: 9850587.

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

Color convert

RGB 219 78 150 -
CMYK 0 0.64 0.32 0.14
HSL 329.36º 0.66% 0.58% -
HSV(B) 329.36º 0.64% 0.86% -
XYZ 37.44 22.71 31.26 -
YUV 128.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 219 78 150 0 0.64 0.32 0.14 329.36 0.66 0.58
Hex DB 4E 96 0 40 20 E 149 42 3A
Octal 333 116 226 0 100 40 16 511 102 72
Binary 11011011 1001110 10010110 0 1000000 100000 1110 101001001 1000010 111010

Color Harmonies of #DB4E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E96

Black with #DB4E96

Text Example


Text Example

White with #DB4E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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