Html Css Color HEX #DB4A91 Mulberry

📋 copy color: '#DB4A91'

red 219 ◦ green 74 ◦ blue 145

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

Shades of Mulberry #DB4A91

Tints of Mulberry #DB4A91

RGB

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

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

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

R = 50%
G = 16.89%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB4A91 (or 0xDB4A91) is known color: Mulberry. HEX triplet: DB, 4A and 91. RGB value is (219,74,145). Sum of RGB (Red+Green+Blue) = 219+74+145=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A91 is #24B56E. Grayscale: #7D7D7D. Windows color (decimal): -2405743 or 9521883. OLE color: 9521883.

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

Color convert

RGB 219 74 145 -
CMYK 0 0.66 0.34 0.14
HSL 330.62º 0.67% 0.57% -
HSV(B) 330.62º 0.66% 0.86% -
XYZ 36.77 22 29.1 -
YUV 125.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 219 74 145 0 0.66 0.34 0.14 330.62 0.67 0.57
Hex DB 4A 91 0 42 22 E 14B 43 39
Octal 333 112 221 0 102 42 16 513 103 71
Binary 11011011 1001010 10010001 0 1000010 100010 1110 101001011 1000011 111001

Color Harmonies of #DB4A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A91

Black with #DB4A91

Text Example


Text Example

White with #DB4A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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