Html Css Color HEX #DA53A0 Mulberry

📋 copy color: '#DA53A0'

red 218 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #DA53A0

Tints of Mulberry #DA53A0

RGB

 RED value IS 218 (85.55% from 255) = 47.29%

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

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 47.29%
G = 18%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA53A0 (or 0xDA53A0) is known color: Mulberry. HEX triplet: DA, 53 and A0. RGB value is (218,83,160). Sum of RGB (Red+Green+Blue) = 218+83+160=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53A0 is #25AC5F. Grayscale: #838383. Windows color (decimal): -2468960 or 10507226. OLE color: 10507226.

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

Color convert

RGB 218 83 160 -
CMYK 0 0.62 0.27 0.15
HSL 325.78º 0.65% 0.59% -
HSV(B) 325.78º 0.62% 0.85% -
XYZ 38.35 23.63 35.8 -
YUV 132.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 218 83 160 0 0.62 0.27 0.15 325.78 0.65 0.59
Hex DA 53 A0 0 3E 1B F 146 41 3B
Octal 332 123 240 0 76 33 17 506 101 73
Binary 11011010 1010011 10100000 0 111110 11011 1111 101000110 1000001 111011

Color Harmonies of #DA53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA53A0

Black with #DA53A0

Text Example


Text Example

White with #DA53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA53A0; }

 p { color: rgb(218,83,160); }

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

background-color css

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

 a { background-color: rgb(218,83,160); }

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

border-color css

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

 span { border-color: rgb(218,83,160); }

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