Html Css Color HEX #DB4795 Mulberry

📋 copy color: '#DB4795'

red 219 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #DB4795

Tints of Mulberry #DB4795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.94%

R = 49.89%
G = 16.17%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4795 (or 0xDB4795) is known color: Mulberry. HEX triplet: DB, 47 and 95. RGB value is (219,71,149). Sum of RGB (Red+Green+Blue) = 219+71+149=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4795 is #24B86A. Grayscale: #7B7B7B. Windows color (decimal): -2406507 or 9783259. OLE color: 9783259.

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

Color convert

RGB 219 71 149 -
CMYK 0 0.68 0.32 0.14
HSL 328.38º 0.67% 0.57% -
HSV(B) 328.38º 0.68% 0.86% -
XYZ 36.89 21.74 30.68 -
YUV 124.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 219 71 149 0 0.68 0.32 0.14 328.38 0.67 0.57
Hex DB 47 95 0 44 20 E 148 43 39
Octal 333 107 225 0 104 40 16 510 103 71
Binary 11011011 1000111 10010101 0 1000100 100000 1110 101001000 1000011 111001

Color Harmonies of #DB4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4795

Black with #DB4795

Text Example


Text Example

White with #DB4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4795; }

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

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

background-color css

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

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

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

border-color css

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

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

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