Html Css Color HEX #DB4BA1 Mulberry

📋 copy color: '#DB4BA1'

red 219 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #DB4BA1

Tints of Mulberry #DB4BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.48%

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 48.13%
G = 16.48%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB4BA1 (or 0xDB4BA1) is known color: Mulberry. HEX triplet: DB, 4B and A1. RGB value is (219,75,161). Sum of RGB (Red+Green+Blue) = 219+75+161=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BA1 is #24B45E. Grayscale: #7F7F7F. Windows color (decimal): -2405471 or 10570715. OLE color: 10570715.

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

Color convert

RGB 219 75 161 -
CMYK 0 0.66 0.26 0.14
HSL 324.17º 0.67% 0.58% -
HSV(B) 324.17º 0.66% 0.86% -
XYZ 38.16 22.67 36.08 -
YUV 127.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 219 75 161 0 0.66 0.26 0.14 324.17 0.67 0.58
Hex DB 4B A1 0 42 1A E 144 43 3A
Octal 333 113 241 0 102 32 16 504 103 72
Binary 11011011 1001011 10100001 0 1000010 11010 1110 101000100 1000011 111010

Color Harmonies of #DB4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BA1

Black with #DB4BA1

Text Example


Text Example

White with #DB4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BA1; }

 p { color: rgb(219,75,161); }

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

background-color css

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

 a { background-color: rgb(219,75,161); }

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

border-color css

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

 span { border-color: rgb(219,75,161); }

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