Html Css Color HEX #DB5694 Mulberry

📋 copy color: '#DB5694'

red 219 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #DB5694

Tints of Mulberry #DB5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 48.34%
G = 18.98%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5694 (or 0xDB5694) is known color: Mulberry. HEX triplet: DB, 56 and 94. RGB value is (219,86,148). Sum of RGB (Red+Green+Blue) = 219+86+148=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5694 is #24A96B. Grayscale: #848484. Windows color (decimal): -2402668 or 9721563. OLE color: 9721563.

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

Color convert

RGB 219 86 148 -
CMYK 0 0.61 0.32 0.14
HSL 332.03º 0.65% 0.6% -
HSV(B) 332.03º 0.61% 0.86% -
XYZ 37.89 23.85 30.62 -
YUV 132.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 219 86 148 0 0.61 0.32 0.14 332.03 0.65 0.6
Hex DB 56 94 0 3D 20 E 14C 41 3C
Octal 333 126 224 0 75 40 16 514 101 74
Binary 11011011 1010110 10010100 0 111101 100000 1110 101001100 1000001 111100

Color Harmonies of #DB5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5694

Black with #DB5694

Text Example


Text Example

White with #DB5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5694; }

 p { color: rgb(219,86,148); }

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

background-color css

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

 a { background-color: rgb(219,86,148); }

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

border-color css

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

 span { border-color: rgb(219,86,148); }

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