Html Css Color HEX #DB53A4 Mulberry

📋 copy color: '#DB53A4'

red 219 ◦ green 83 ◦ blue 164

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

Shades of Mulberry #DB53A4

Tints of Mulberry #DB53A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.19%

R = 47%
G = 17.81%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB53A4 (or 0xDB53A4) is known color: Mulberry. HEX triplet: DB, 53 and A4. RGB value is (219,83,164). Sum of RGB (Red+Green+Blue) = 219+83+164=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53A4 is #24AC5B. Grayscale: #848484. Windows color (decimal): -2403420 or 10769371. OLE color: 10769371.

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

Color convert

RGB 219 83 164 -
CMYK 0 0.62 0.25 0.14
HSL 324.26º 0.65% 0.59% -
HSV(B) 324.26º 0.62% 0.86% -
XYZ 39.01 23.93 37.68 -
YUV 132.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 219 83 164 0 0.62 0.25 0.14 324.26 0.65 0.59
Hex DB 53 A4 0 3E 19 E 144 41 3B
Octal 333 123 244 0 76 31 16 504 101 73
Binary 11011011 1010011 10100100 0 111110 11001 1110 101000100 1000001 111011

Color Harmonies of #DB53A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53A4

Black with #DB53A4

Text Example


Text Example

White with #DB53A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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