Html Css Color HEX #DB53AA Mulberry

📋 copy color: '#DB53AA'

red 219 ◦ green 83 ◦ blue 170

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

Shades of Mulberry #DB53AA

Tints of Mulberry #DB53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

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

R = 46.4%
G = 17.58%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB53AA (or 0xDB53AA) is known color: Mulberry. HEX triplet: DB, 53 and AA. RGB value is (219,83,170). Sum of RGB (Red+Green+Blue) = 219+83+170=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53AA is #24AC55. Grayscale: #858585. Windows color (decimal): -2403414 or 11162587. OLE color: 11162587.

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

Color convert

RGB 219 83 170 -
CMYK 0 0.62 0.22 0.14
HSL 321.62º 0.65% 0.59% -
HSV(B) 321.62º 0.62% 0.86% -
XYZ 39.56 24.15 40.61 -
YUV 133.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 219 83 170 0 0.62 0.22 0.14 321.62 0.65 0.59
Hex DB 53 AA 0 3E 16 E 142 41 3B
Octal 333 123 252 0 76 26 16 502 101 73
Binary 11011011 1010011 10101010 0 111110 10110 1110 101000010 1000001 111011

Color Harmonies of #DB53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53AA

Black with #DB53AA

Text Example


Text Example

White with #DB53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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