Html Css Color HEX #DB44AB Mulberry

📋 copy color: '#DB44AB'

red 219 ◦ green 68 ◦ blue 171

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

Shades of Mulberry #DB44AB

Tints of Mulberry #DB44AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 47.82%
G = 14.85%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB44AB (or 0xDB44AB) is known color: Mulberry. HEX triplet: DB, 44 and AB. RGB value is (219,68,171). Sum of RGB (Red+Green+Blue) = 219+68+171=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB44AB is #24BB54. Grayscale: #7C7C7C. Windows color (decimal): -2407253 or 11224283. OLE color: 11224283.

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

Color convert

RGB 219 68 171 -
CMYK 0 0.69 0.22 0.14
HSL 319.07º 0.68% 0.56% -
HSV(B) 319.07º 0.69% 0.86% -
XYZ 38.63 22.13 40.76 -
YUV 124.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 219 68 171 0 0.69 0.22 0.14 319.07 0.68 0.56
Hex DB 44 AB 0 45 16 E 13F 44 38
Octal 333 104 253 0 105 26 16 477 104 70
Binary 11011011 1000100 10101011 0 1000101 10110 1110 100111111 1000100 111000

Color Harmonies of #DB44AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB44AB

Black with #DB44AB

Text Example


Text Example

White with #DB44AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB44AB; }

 p { color: rgb(219,68,171); }

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

background-color css

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

 a { background-color: rgb(219,68,171); }

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

border-color css

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

 span { border-color: rgb(219,68,171); }

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