Html Css Color HEX #DB50A1 Mulberry

📋 copy color: '#DB50A1'

red 219 ◦ green 80 ◦ blue 161

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

Shades of Mulberry #DB50A1

Tints of Mulberry #DB50A1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 47.61%
G = 17.39%
B = 35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB50A1 (or 0xDB50A1) is known color: Mulberry. HEX triplet: DB, 50 and A1. RGB value is (219,80,161). Sum of RGB (Red+Green+Blue) = 219+80+161=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50A1 is #24AF5E. Grayscale: #828282. Windows color (decimal): -2404191 or 10571995. OLE color: 10571995.

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

Color convert

RGB 219 80 161 -
CMYK 0 0.63 0.26 0.14
HSL 325.04º 0.66% 0.59% -
HSV(B) 325.04º 0.63% 0.86% -
XYZ 38.52 23.37 36.2 -
YUV 130.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 219 80 161 0 0.63 0.26 0.14 325.04 0.66 0.59
Hex DB 50 A1 0 3F 1A E 145 42 3B
Octal 333 120 241 0 77 32 16 505 102 73
Binary 11011011 1010000 10100001 0 111111 11010 1110 101000101 1000010 111011

Color Harmonies of #DB50A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50A1

Black with #DB50A1

Text Example


Text Example

White with #DB50A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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