Html Css Color HEX #DB4E94 Mulberry

📋 copy color: '#DB4E94'

red 219 ◦ green 78 ◦ blue 148

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

Shades of Mulberry #DB4E94

Tints of Mulberry #DB4E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 49.21%
G = 17.53%
B = 33.26%

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

#DB4E94 (or 0xDB4E94) is known color: Mulberry. HEX triplet: DB, 4E and 94. RGB value is (219,78,148). Sum of RGB (Red+Green+Blue) = 219+78+148=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E94 is #24B16B. Grayscale: #808080. Windows color (decimal): -2404716 or 9719515. OLE color: 9719515.

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

Color convert

RGB 219 78 148 -
CMYK 0 0.64 0.32 0.14
HSL 330.21º 0.66% 0.58% -
HSV(B) 330.21º 0.64% 0.86% -
XYZ 37.28 22.65 30.42 -
YUV 128.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 219 78 148 0 0.64 0.32 0.14 330.21 0.66 0.58
Hex DB 4E 94 0 40 20 E 14A 42 3A
Octal 333 116 224 0 100 40 16 512 102 72
Binary 11011011 1001110 10010100 0 1000000 100000 1110 101001010 1000010 111010

Color Harmonies of #DB4E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E94

Black with #DB4E94

Text Example


Text Example

White with #DB4E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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