Html Css Color HEX #DB44AA Mulberry

📋 copy color: '#DB44AA'

red 219 ◦ green 68 ◦ blue 170

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

Shades of Mulberry #DB44AA

Tints of Mulberry #DB44AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 47.92%
G = 14.88%
B = 37.2%

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

#DB44AA (or 0xDB44AA) is known color: Mulberry. HEX triplet: DB, 44 and AA. RGB value is (219,68,170). Sum of RGB (Red+Green+Blue) = 219+68+170=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB44AA is #24BB55. Grayscale: #7C7C7C. Windows color (decimal): -2407254 or 11158747. OLE color: 11158747.

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

Color convert

RGB 219 68 170 -
CMYK 0 0.69 0.22 0.14
HSL 319.47º 0.68% 0.56% -
HSV(B) 319.47º 0.69% 0.86% -
XYZ 38.54 22.1 40.26 -
YUV 124.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 219 68 170 0 0.69 0.22 0.14 319.47 0.68 0.56
Hex DB 44 AA 0 45 16 E 13F 44 38
Octal 333 104 252 0 105 26 16 477 104 70
Binary 11011011 1000100 10101010 0 1000101 10110 1110 100111111 1000100 111000

Color Harmonies of #DB44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB44AA

Black with #DB44AA

Text Example


Text Example

White with #DB44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB44AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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