Html Css Color HEX #DB43AA Mulberry

📋 copy color: '#DB43AA'

red 219 ◦ green 67 ◦ blue 170

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

Shades of Mulberry #DB43AA

Tints of Mulberry #DB43AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.69%

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

R = 48.03%
G = 14.69%
B = 37.28%

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

#DB43AA (or 0xDB43AA) is known color: Mulberry. HEX triplet: DB, 43 and AA. RGB value is (219,67,170). Sum of RGB (Red+Green+Blue) = 219+67+170=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43AA is #24BC55. Grayscale: #7B7B7B. Windows color (decimal): -2407510 or 11158491. OLE color: 11158491.

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

Color convert

RGB 219 67 170 -
CMYK 0 0.69 0.22 0.14
HSL 319.34º 0.68% 0.56% -
HSV(B) 319.34º 0.69% 0.86% -
XYZ 38.48 21.98 40.24 -
YUV 124.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 219 67 170 0 0.69 0.22 0.14 319.34 0.68 0.56
Hex DB 43 AA 0 45 16 E 13F 44 38
Octal 333 103 252 0 105 26 16 477 104 70
Binary 11011011 1000011 10101010 0 1000101 10110 1110 100111111 1000100 111000

Color Harmonies of #DB43AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43AA

Black with #DB43AA

Text Example


Text Example

White with #DB43AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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