Html Css Color HEX #DB41A8 Mulberry

📋 copy color: '#DB41A8'

red 219 ◦ green 65 ◦ blue 168

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

Shades of Mulberry #DB41A8

Tints of Mulberry #DB41A8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.38%

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 48.45%
G = 14.38%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB41A8 (or 0xDB41A8) is known color: Mulberry. HEX triplet: DB, 41 and A8. RGB value is (219,65,168). Sum of RGB (Red+Green+Blue) = 219+65+168=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB41A8 is #24BE57. Grayscale: #7A7A7A. Windows color (decimal): -2408024 or 11026907. OLE color: 11026907.

HSL color Cylindrical-coordinate representation of color #DB41A8: hue angle of 319.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41A8 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 168 -
CMYK 0 0.70 0.23 0.14
HSL 319.87º 0.68% 0.56% -
HSV(B) 319.87º 0.7% 0.86% -
XYZ 38.17 21.67 39.22 -
YUV 122.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 219 65 168 0 0.70 0.23 0.14 319.87 0.68 0.56
Hex DB 41 A8 0 46 17 E 140 44 38
Octal 333 101 250 0 106 27 16 500 104 70
Binary 11011011 1000001 10101000 0 1000110 10111 1110 101000000 1000100 111000

Color Harmonies of #DB41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41A8

Black with #DB41A8

Text Example


Text Example

White with #DB41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41A8; }

 p { color: rgb(219,65,168); }

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

background-color css

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

 a { background-color: rgb(219,65,168); }

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

border-color css

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

 span { border-color: rgb(219,65,168); }

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