Html Css Color HEX #DB5498 Mulberry

📋 copy color: '#DB5498'

red 219 ◦ green 84 ◦ blue 152

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

Shades of Mulberry #DB5498

Tints of Mulberry #DB5498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.46%

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

R = 48.13%
G = 18.46%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5498 (or 0xDB5498) is known color: Mulberry. HEX triplet: DB, 54 and 98. RGB value is (219,84,152). Sum of RGB (Red+Green+Blue) = 219+84+152=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5498 is #24AB67. Grayscale: #838383. Windows color (decimal): -2403176 or 9983195. OLE color: 9983195.

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

Color convert

RGB 219 84 152 -
CMYK 0 0.62 0.31 0.14
HSL 329.78º 0.65% 0.59% -
HSV(B) 329.78º 0.62% 0.86% -
XYZ 38.05 23.67 32.27 -
YUV 132.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 219 84 152 0 0.62 0.31 0.14 329.78 0.65 0.59
Hex DB 54 98 0 3E 1F E 14A 41 3B
Octal 333 124 230 0 76 37 16 512 101 73
Binary 11011011 1010100 10011000 0 111110 11111 1110 101001010 1000001 111011

Color Harmonies of #DB5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5498

Black with #DB5498

Text Example


Text Example

White with #DB5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5498; }

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

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

background-color css

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

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

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

border-color css

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

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

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