Html Css Color HEX #DB4793 Mulberry

📋 copy color: '#DB4793'

red 219 ◦ green 71 ◦ blue 147

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

Shades of Mulberry #DB4793

Tints of Mulberry #DB4793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.25%

 BLUE value IS 147 (57.81% from 255) = 33.64%

R = 50.11%
G = 16.25%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB4793 (or 0xDB4793) is known color: Mulberry. HEX triplet: DB, 47 and 93. RGB value is (219,71,147). Sum of RGB (Red+Green+Blue) = 219+71+147=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4793 is #24B86C. Grayscale: #7B7B7B. Windows color (decimal): -2406509 or 9652187. OLE color: 9652187.

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

Color convert

RGB 219 71 147 -
CMYK 0 0.68 0.33 0.14
HSL 329.19º 0.67% 0.57% -
HSV(B) 329.19º 0.68% 0.86% -
XYZ 36.73 21.67 29.85 -
YUV 123.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 219 71 147 0 0.68 0.33 0.14 329.19 0.67 0.57
Hex DB 47 93 0 44 21 E 149 43 39
Octal 333 107 223 0 104 41 16 511 103 71
Binary 11011011 1000111 10010011 0 1000100 100001 1110 101001001 1000011 111001

Color Harmonies of #DB4793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4793

Black with #DB4793

Text Example


Text Example

White with #DB4793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4793; }

 p { color: rgb(219,71,147); }

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

background-color css

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

 a { background-color: rgb(219,71,147); }

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

border-color css

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

 span { border-color: rgb(219,71,147); }

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