Html Css Color HEX #DB57A8 Mulberry

📋 copy color: '#DB57A8'

red 219 ◦ green 87 ◦ blue 168

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

Shades of Mulberry #DB57A8

Tints of Mulberry #DB57A8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 46.2%
G = 18.35%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB57A8 (or 0xDB57A8) is known color: Mulberry. HEX triplet: DB, 57 and A8. RGB value is (219,87,168). Sum of RGB (Red+Green+Blue) = 219+87+168=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB57A8 is #24A857. Grayscale: #878787. Windows color (decimal): -2402392 or 11032539. OLE color: 11032539.

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

Color convert

RGB 219 87 168 -
CMYK 0 0.60 0.23 0.14
HSL 323.18º 0.65% 0.6% -
HSV(B) 323.18º 0.6% 0.86% -
XYZ 39.69 24.7 39.72 -
YUV 135.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 219 87 168 0 0.60 0.23 0.14 323.18 0.65 0.6
Hex DB 57 A8 0 3C 17 E 143 41 3C
Octal 333 127 250 0 74 27 16 503 101 74
Binary 11011011 1010111 10101000 0 111100 10111 1110 101000011 1000001 111100

Color Harmonies of #DB57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57A8

Black with #DB57A8

Text Example


Text Example

White with #DB57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57A8; }

 p { color: rgb(219,87,168); }

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

background-color css

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

 a { background-color: rgb(219,87,168); }

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

border-color css

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

 span { border-color: rgb(219,87,168); }

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