Html Css Color HEX #DB4F9D Mulberry

📋 copy color: '#DB4F9D'

red 219 ◦ green 79 ◦ blue 157

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

Shades of Mulberry #DB4F9D

Tints of Mulberry #DB4F9D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

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

R = 48.13%
G = 17.36%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB4F9D (or 0xDB4F9D) is known color: Mulberry. HEX triplet: DB, 4F and 9D. RGB value is (219,79,157). Sum of RGB (Red+Green+Blue) = 219+79+157=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F9D is #24B062. Grayscale: #818181. Windows color (decimal): -2404451 or 10309595. OLE color: 10309595.

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

Color convert

RGB 219 79 157 -
CMYK 0 0.64 0.28 0.14
HSL 326.57º 0.66% 0.58% -
HSV(B) 326.57º 0.64% 0.86% -
XYZ 38.1 23.09 34.35 -
YUV 129.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 219 79 157 0 0.64 0.28 0.14 326.57 0.66 0.58
Hex DB 4F 9D 0 40 1C E 147 42 3A
Octal 333 117 235 0 100 34 16 507 102 72
Binary 11011011 1001111 10011101 0 1000000 11100 1110 101000111 1000010 111010

Color Harmonies of #DB4F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F9D

Black with #DB4F9D

Text Example


Text Example

White with #DB4F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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