Html Css Color HEX #DB4D9C Mulberry

📋 copy color: '#DB4D9C'

red 219 ◦ green 77 ◦ blue 156

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

Shades of Mulberry #DB4D9C

Tints of Mulberry #DB4D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

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

R = 48.45%
G = 17.04%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB4D9C (or 0xDB4D9C) is known color: Mulberry. HEX triplet: DB, 4D and 9C. RGB value is (219,77,156). Sum of RGB (Red+Green+Blue) = 219+77+156=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D9C is #24B263. Grayscale: #808080. Windows color (decimal): -2404964 or 10243547. OLE color: 10243547.

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

Color convert

RGB 219 77 156 -
CMYK 0 0.65 0.29 0.14
HSL 326.62º 0.66% 0.58% -
HSV(B) 326.62º 0.65% 0.86% -
XYZ 37.87 22.77 33.85 -
YUV 128.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 219 77 156 0 0.65 0.29 0.14 326.62 0.66 0.58
Hex DB 4D 9C 0 41 1D E 147 42 3A
Octal 333 115 234 0 101 35 16 507 102 72
Binary 11011011 1001101 10011100 0 1000001 11101 1110 101000111 1000010 111010

Color Harmonies of #DB4D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D9C

Black with #DB4D9C

Text Example


Text Example

White with #DB4D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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