Html Css Color HEX #DB5393 Mulberry

📋 copy color: '#DB5393'

red 219 ◦ green 83 ◦ blue 147

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

Shades of Mulberry #DB5393

Tints of Mulberry #DB5393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.49%

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

R = 48.78%
G = 18.49%
B = 32.74%

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

#DB5393 (or 0xDB5393) is known color: Mulberry. HEX triplet: DB, 53 and 93. RGB value is (219,83,147). Sum of RGB (Red+Green+Blue) = 219+83+147=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5393 is #24AC6C. Grayscale: #828282. Windows color (decimal): -2403437 or 9655259. OLE color: 9655259.

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

Color convert

RGB 219 83 147 -
CMYK 0 0.62 0.33 0.14
HSL 331.76º 0.65% 0.59% -
HSV(B) 331.76º 0.62% 0.86% -
XYZ 37.57 23.35 30.13 -
YUV 130.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 219 83 147 0 0.62 0.33 0.14 331.76 0.65 0.59
Hex DB 53 93 0 3E 21 E 14C 41 3B
Octal 333 123 223 0 76 41 16 514 101 73
Binary 11011011 1010011 10010011 0 111110 100001 1110 101001100 1000001 111011

Color Harmonies of #DB5393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5393

Black with #DB5393

Text Example


Text Example

White with #DB5393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5393; }

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

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

background-color css

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

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

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

border-color css

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

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

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