Html Css Color HEX #DB4E9E Mulberry

📋 copy color: '#DB4E9E'

red 219 ◦ green 78 ◦ blue 158

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

Shades of Mulberry #DB4E9E

Tints of Mulberry #DB4E9E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.14%

 BLUE value IS 158 (62.11% from 255) = 34.73%

R = 48.13%
G = 17.14%
B = 34.73%

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

#DB4E9E (or 0xDB4E9E) is known color: Mulberry. HEX triplet: DB, 4E and 9E. RGB value is (219,78,158). Sum of RGB (Red+Green+Blue) = 219+78+158=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E9E is #24B161. Grayscale: #818181. Windows color (decimal): -2404706 or 10374875. OLE color: 10374875.

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

Color convert

RGB 219 78 158 -
CMYK 0 0.64 0.28 0.14
HSL 325.96º 0.66% 0.58% -
HSV(B) 325.96º 0.64% 0.86% -
XYZ 38.11 22.98 34.77 -
YUV 129.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 219 78 158 0 0.64 0.28 0.14 325.96 0.66 0.58
Hex DB 4E 9E 0 40 1C E 146 42 3A
Octal 333 116 236 0 100 34 16 506 102 72
Binary 11011011 1001110 10011110 0 1000000 11100 1110 101000110 1000010 111010

Color Harmonies of #DB4E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E9E

Black with #DB4E9E

Text Example


Text Example

White with #DB4E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E9E; }

 p { color: rgb(219,78,158); }

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

background-color css

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

 a { background-color: rgb(219,78,158); }

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

border-color css

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

 span { border-color: rgb(219,78,158); }

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