Html Css Color HEX #DB4D9F Mulberry

📋 copy color: '#DB4D9F'

red 219 ◦ green 77 ◦ blue 159

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

Shades of Mulberry #DB4D9F

Tints of Mulberry #DB4D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.95%

R = 48.13%
G = 16.92%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB4D9F (or 0xDB4D9F) is known color: Mulberry. HEX triplet: DB, 4D and 9F. RGB value is (219,77,159). Sum of RGB (Red+Green+Blue) = 219+77+159=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D9F is #24B260. Grayscale: #808080. Windows color (decimal): -2404961 or 10440155. OLE color: 10440155.

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

Color convert

RGB 219 77 159 -
CMYK 0 0.65 0.27 0.14
HSL 325.35º 0.66% 0.58% -
HSV(B) 325.35º 0.65% 0.86% -
XYZ 38.13 22.87 35.21 -
YUV 128.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 219 77 159 0 0.65 0.27 0.14 325.35 0.66 0.58
Hex DB 4D 9F 0 41 1B E 145 42 3A
Octal 333 115 237 0 101 33 16 505 102 72
Binary 11011011 1001101 10011111 0 1000001 11011 1110 101000101 1000010 111010

Color Harmonies of #DB4D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D9F

Black with #DB4D9F

Text Example


Text Example

White with #DB4D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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