Html Css Color HEX #DB4D9D Mulberry

📋 copy color: '#DB4D9D'

red 219 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #DB4D9D

Tints of Mulberry #DB4D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 48.34%
G = 17%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB4D9D (or 0xDB4D9D) is known color: Mulberry. HEX triplet: DB, 4D and 9D. RGB value is (219,77,157). Sum of RGB (Red+Green+Blue) = 219+77+157=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D9D is #24B262. Grayscale: #808080. Windows color (decimal): -2404963 or 10309083. OLE color: 10309083.

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

Color convert

RGB 219 77 157 -
CMYK 0 0.65 0.28 0.14
HSL 326.2º 0.66% 0.58% -
HSV(B) 326.2º 0.65% 0.86% -
XYZ 37.95 22.8 34.3 -
YUV 128.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 219 77 157 0 0.65 0.28 0.14 326.2 0.66 0.58
Hex DB 4D 9D 0 41 1C E 146 42 3A
Octal 333 115 235 0 101 34 16 506 102 72
Binary 11011011 1001101 10011101 0 1000001 11100 1110 101000110 1000010 111010

Color Harmonies of #DB4D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D9D

Black with #DB4D9D

Text Example


Text Example

White with #DB4D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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