Html Css Color HEX #DB4891 Mulberry

📋 copy color: '#DB4891'

red 219 ◦ green 72 ◦ blue 145

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

Shades of Mulberry #DB4891

Tints of Mulberry #DB4891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 50.23%
G = 16.51%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB4891 (or 0xDB4891) is known color: Mulberry. HEX triplet: DB, 48 and 91. RGB value is (219,72,145). Sum of RGB (Red+Green+Blue) = 219+72+145=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4891 is #24B76E. Grayscale: #7C7C7C. Windows color (decimal): -2406255 or 9521371. OLE color: 9521371.

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

Color convert

RGB 219 72 145 -
CMYK 0 0.67 0.34 0.14
HSL 330.2º 0.67% 0.57% -
HSV(B) 330.2º 0.67% 0.86% -
XYZ 36.64 21.74 29.05 -
YUV 124.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 219 72 145 0 0.67 0.34 0.14 330.2 0.67 0.57
Hex DB 48 91 0 43 22 E 14A 43 39
Octal 333 110 221 0 103 42 16 512 103 71
Binary 11011011 1001000 10010001 0 1000011 100010 1110 101001010 1000011 111001

Color Harmonies of #DB4891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4891

Black with #DB4891

Text Example


Text Example

White with #DB4891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4891; }

 p { color: rgb(219,72,145); }

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

background-color css

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

 a { background-color: rgb(219,72,145); }

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

border-color css

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

 span { border-color: rgb(219,72,145); }

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