Html Css Color HEX #DB4792 Mulberry

📋 copy color: '#DB4792'

red 219 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #DB4792

Tints of Mulberry #DB4792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 50.23%
G = 16.28%
B = 33.49%

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

#DB4792 (or 0xDB4792) is known color: Mulberry. HEX triplet: DB, 47 and 92. RGB value is (219,71,146). Sum of RGB (Red+Green+Blue) = 219+71+146=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4792 is #24B86D. Grayscale: #7B7B7B. Windows color (decimal): -2406510 or 9586651. OLE color: 9586651.

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

Color convert

RGB 219 71 146 -
CMYK 0 0.68 0.33 0.14
HSL 329.59º 0.67% 0.57% -
HSV(B) 329.59º 0.68% 0.86% -
XYZ 36.65 21.64 29.44 -
YUV 123.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 219 71 146 0 0.68 0.33 0.14 329.59 0.67 0.57
Hex DB 47 92 0 44 21 E 14A 43 39
Octal 333 107 222 0 104 41 16 512 103 71
Binary 11011011 1000111 10010010 0 1000100 100001 1110 101001010 1000011 111001

Color Harmonies of #DB4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4792

Black with #DB4792

Text Example


Text Example

White with #DB4792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4792; }

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

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

background-color css

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

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

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

border-color css

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

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

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