Html Css Color HEX #DB5197 Mulberry

📋 copy color: '#DB5197'

red 219 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #DB5197

Tints of Mulberry #DB5197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.48%

R = 48.56%
G = 17.96%
B = 33.48%

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

#DB5197 (or 0xDB5197) is known color: Mulberry. HEX triplet: DB, 51 and 97. RGB value is (219,81,151). Sum of RGB (Red+Green+Blue) = 219+81+151=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5197 is #24AE68. Grayscale: #828282. Windows color (decimal): -2403945 or 9916891. OLE color: 9916891.

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

Color convert

RGB 219 81 151 -
CMYK 0 0.63 0.31 0.14
HSL 329.57º 0.66% 0.59% -
HSV(B) 329.57º 0.63% 0.86% -
XYZ 37.74 23.18 31.76 -
YUV 130.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 219 81 151 0 0.63 0.31 0.14 329.57 0.66 0.59
Hex DB 51 97 0 3F 1F E 14A 42 3B
Octal 333 121 227 0 77 37 16 512 102 73
Binary 11011011 1010001 10010111 0 111111 11111 1110 101001010 1000010 111011

Color Harmonies of #DB5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5197

Black with #DB5197

Text Example


Text Example

White with #DB5197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5197; }

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

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

background-color css

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

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

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

border-color css

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

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

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