Html Css Color HEX #DB4798 Mulberry

📋 copy color: '#DB4798'

red 219 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #DB4798

Tints of Mulberry #DB4798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.39%

R = 49.55%
G = 16.06%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB4798 (or 0xDB4798) is known color: Mulberry. HEX triplet: DB, 47 and 98. RGB value is (219,71,152). Sum of RGB (Red+Green+Blue) = 219+71+152=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4798 is #24B867. Grayscale: #7C7C7C. Windows color (decimal): -2406504 or 9979867. OLE color: 9979867.

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

Color convert

RGB 219 71 152 -
CMYK 0 0.68 0.31 0.14
HSL 327.16º 0.67% 0.57% -
HSV(B) 327.16º 0.68% 0.86% -
XYZ 37.13 21.83 31.96 -
YUV 124.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 219 71 152 0 0.68 0.31 0.14 327.16 0.67 0.57
Hex DB 47 98 0 44 1F E 147 43 39
Octal 333 107 230 0 104 37 16 507 103 71
Binary 11011011 1000111 10011000 0 1000100 11111 1110 101000111 1000011 111001

Color Harmonies of #DB4798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4798

Black with #DB4798

Text Example


Text Example

White with #DB4798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4798; }

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

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

background-color css

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

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

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

border-color css

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

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

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