Html Css Color HEX #DB5493 Mulberry

📋 copy color: '#DB5493'

red 219 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #DB5493

Tints of Mulberry #DB5493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 48.67%
G = 18.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB5493 (or 0xDB5493) is known color: Mulberry. HEX triplet: DB, 54 and 93. RGB value is (219,84,147). Sum of RGB (Red+Green+Blue) = 219+84+147=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5493 is #24AB6C. Grayscale: #838383. Windows color (decimal): -2403181 or 9655515. OLE color: 9655515.

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

Color convert

RGB 219 84 147 -
CMYK 0 0.62 0.33 0.14
HSL 332º 0.65% 0.59% -
HSV(B) 332º 0.62% 0.86% -
XYZ 37.65 23.51 30.16 -
YUV 131.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 219 84 147 0 0.62 0.33 0.14 332 0.65 0.59
Hex DB 54 93 0 3E 21 E 14C 41 3B
Octal 333 124 223 0 76 41 16 514 101 73
Binary 11011011 1010100 10010011 0 111110 100001 1110 101001100 1000001 111011

Color Harmonies of #DB5493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5493

Black with #DB5493

Text Example


Text Example

White with #DB5493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5493; }

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

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

background-color css

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

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

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

border-color css

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

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

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