Html Css Color HEX #DA51A0 Mulberry

📋 copy color: '#DA51A0'

red 218 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #DA51A0

Tints of Mulberry #DA51A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.65%

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

R = 47.49%
G = 17.65%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA51A0 (or 0xDA51A0) is known color: Mulberry. HEX triplet: DA, 51 and A0. RGB value is (218,81,160). Sum of RGB (Red+Green+Blue) = 218+81+160=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51A0 is #25AE5F. Grayscale: #828282. Windows color (decimal): -2469472 or 10506714. OLE color: 10506714.

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

Color convert

RGB 218 81 160 -
CMYK 0 0.63 0.27 0.15
HSL 325.4º 0.65% 0.59% -
HSV(B) 325.4º 0.63% 0.85% -
XYZ 38.2 23.33 35.75 -
YUV 130.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 218 81 160 0 0.63 0.27 0.15 325.4 0.65 0.59
Hex DA 51 A0 0 3F 1B F 145 41 3B
Octal 332 121 240 0 77 33 17 505 101 73
Binary 11011010 1010001 10100000 0 111111 11011 1111 101000101 1000001 111011

Color Harmonies of #DA51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA51A0

Black with #DA51A0

Text Example


Text Example

White with #DA51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA51A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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