Html Css Color HEX #DB519C Mulberry

📋 copy color: '#DB519C'

red 219 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #DB519C

Tints of Mulberry #DB519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 48.03%
G = 17.76%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB519C (or 0xDB519C) is known color: Mulberry. HEX triplet: DB, 51 and 9C. RGB value is (219,81,156). Sum of RGB (Red+Green+Blue) = 219+81+156=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB519C is #24AE63. Grayscale: #828282. Windows color (decimal): -2403940 or 10244571. OLE color: 10244571.

HSL color Cylindrical-coordinate representation of color #DB519C: hue angle of 327.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB519C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 156 -
CMYK 0 0.63 0.29 0.14
HSL 327.39º 0.66% 0.59% -
HSV(B) 327.39º 0.63% 0.86% -
XYZ 38.16 23.35 33.95 -
YUV 130.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 219 81 156 0 0.63 0.29 0.14 327.39 0.66 0.59
Hex DB 51 9C 0 3F 1D E 147 42 3B
Octal 333 121 234 0 77 35 16 507 102 73
Binary 11011011 1010001 10011100 0 111111 11101 1110 101000111 1000010 111011

Color Harmonies of #DB519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB519C

Black with #DB519C

Text Example


Text Example

White with #DB519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB519C; }

 p { color: rgb(219,81,156); }

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

background-color css

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

 a { background-color: rgb(219,81,156); }

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

border-color css

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

 span { border-color: rgb(219,81,156); }

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