Html Css Color HEX #DB56A4 Mulberry

📋 copy color: '#DB56A4'

red 219 ◦ green 86 ◦ blue 164

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

Shades of Mulberry #DB56A4

Tints of Mulberry #DB56A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 46.7%
G = 18.34%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB56A4 (or 0xDB56A4) is known color: Mulberry. HEX triplet: DB, 56 and A4. RGB value is (219,86,164). Sum of RGB (Red+Green+Blue) = 219+86+164=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56A4 is #24A95B. Grayscale: #868686. Windows color (decimal): -2402652 or 10770139. OLE color: 10770139.

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

Color convert

RGB 219 86 164 -
CMYK 0 0.61 0.25 0.14
HSL 324.81º 0.65% 0.6% -
HSV(B) 324.81º 0.61% 0.86% -
XYZ 39.24 24.4 37.76 -
YUV 134.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 219 86 164 0 0.61 0.25 0.14 324.81 0.65 0.6
Hex DB 56 A4 0 3D 19 E 145 41 3C
Octal 333 126 244 0 75 31 16 505 101 74
Binary 11011011 1010110 10100100 0 111101 11001 1110 101000101 1000001 111100

Color Harmonies of #DB56A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB56A4

Black with #DB56A4

Text Example


Text Example

White with #DB56A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB56A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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