Html Css Color HEX #DA53A2 Mulberry

📋 copy color: '#DA53A2'

red 218 ◦ green 83 ◦ blue 162

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

Shades of Mulberry #DA53A2

Tints of Mulberry #DA53A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 47.08%
G = 17.93%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA53A2 (or 0xDA53A2) is known color: Mulberry. HEX triplet: DA, 53 and A2. RGB value is (218,83,162). Sum of RGB (Red+Green+Blue) = 218+83+162=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53A2 is #25AC5D. Grayscale: #848484. Windows color (decimal): -2468958 or 10638298. OLE color: 10638298.

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

Color convert

RGB 218 83 162 -
CMYK 0 0.62 0.26 0.15
HSL 324.89º 0.65% 0.59% -
HSV(B) 324.89º 0.62% 0.85% -
XYZ 38.53 23.7 36.73 -
YUV 132.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 218 83 162 0 0.62 0.26 0.15 324.89 0.65 0.59
Hex DA 53 A2 0 3E 1A F 145 41 3B
Octal 332 123 242 0 76 32 17 505 101 73
Binary 11011010 1010011 10100010 0 111110 11010 1111 101000101 1000001 111011

Color Harmonies of #DA53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA53A2

Black with #DA53A2

Text Example


Text Example

White with #DA53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA53A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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