Html Css Color HEX #DB5198 Mulberry

📋 copy color: '#DB5198'

red 219 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #DB5198

Tints of Mulberry #DB5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

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

R = 48.45%
G = 17.92%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5198 (or 0xDB5198) is known color: Mulberry. HEX triplet: DB, 51 and 98. RGB value is (219,81,152). Sum of RGB (Red+Green+Blue) = 219+81+152=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5198 is #24AE67. Grayscale: #828282. Windows color (decimal): -2403944 or 9982427. OLE color: 9982427.

HSL color Cylindrical-coordinate representation of color #DB5198: hue angle of 329.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5198 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 152 -
CMYK 0 0.63 0.31 0.14
HSL 329.13º 0.66% 0.59% -
HSV(B) 329.13º 0.63% 0.86% -
XYZ 37.82 23.21 32.19 -
YUV 130.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 219 81 152 0 0.63 0.31 0.14 329.13 0.66 0.59
Hex DB 51 98 0 3F 1F E 149 42 3B
Octal 333 121 230 0 77 37 16 511 102 73
Binary 11011011 1010001 10011000 0 111111 11111 1110 101001001 1000010 111011

Color Harmonies of #DB5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5198

Black with #DB5198

Text Example


Text Example

White with #DB5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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