Html Css Color HEX #DB51A9 Mulberry

📋 copy color: '#DB51A9'

red 219 ◦ green 81 ◦ blue 169

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

Shades of Mulberry #DB51A9

Tints of Mulberry #DB51A9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 46.7%
G = 17.27%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB51A9 (or 0xDB51A9) is known color: Mulberry. HEX triplet: DB, 51 and A9. RGB value is (219,81,169). Sum of RGB (Red+Green+Blue) = 219+81+169=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB51A9 is #24AE56. Grayscale: #848484. Windows color (decimal): -2403927 or 11096539. OLE color: 11096539.

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

Color convert

RGB 219 81 169 -
CMYK 0 0.63 0.23 0.14
HSL 321.74º 0.66% 0.59% -
HSV(B) 321.74º 0.63% 0.86% -
XYZ 39.32 23.81 40.06 -
YUV 132.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 219 81 169 0 0.63 0.23 0.14 321.74 0.66 0.59
Hex DB 51 A9 0 3F 17 E 142 42 3B
Octal 333 121 251 0 77 27 16 502 102 73
Binary 11011011 1010001 10101001 0 111111 10111 1110 101000010 1000010 111011

Color Harmonies of #DB51A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51A9

Black with #DB51A9

Text Example


Text Example

White with #DB51A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51A9; }

 p { color: rgb(219,81,169); }

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

background-color css

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

 a { background-color: rgb(219,81,169); }

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

border-color css

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

 span { border-color: rgb(219,81,169); }

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