Html Css Color HEX #DB4EA2 Mulberry

📋 copy color: '#DB4EA2'

red 219 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #DB4EA2

Tints of Mulberry #DB4EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 47.71%
G = 16.99%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB4EA2 (or 0xDB4EA2) is known color: Mulberry. HEX triplet: DB, 4E and A2. RGB value is (219,78,162). Sum of RGB (Red+Green+Blue) = 219+78+162=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EA2 is #24B15D. Grayscale: #818181. Windows color (decimal): -2404702 or 10637019. OLE color: 10637019.

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

Color convert

RGB 219 78 162 -
CMYK 0 0.64 0.26 0.14
HSL 324.26º 0.66% 0.58% -
HSV(B) 324.26º 0.64% 0.86% -
XYZ 38.46 23.12 36.62 -
YUV 129.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 219 78 162 0 0.64 0.26 0.14 324.26 0.66 0.58
Hex DB 4E A2 0 40 1A E 144 42 3A
Octal 333 116 242 0 100 32 16 504 102 72
Binary 11011011 1001110 10100010 0 1000000 11010 1110 101000100 1000010 111010

Color Harmonies of #DB4EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EA2

Black with #DB4EA2

Text Example


Text Example

White with #DB4EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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