Html Css Color HEX #DA51A3 Mulberry

📋 copy color: '#DA51A3'

red 218 ◦ green 81 ◦ blue 163

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

Shades of Mulberry #DA51A3

Tints of Mulberry #DA51A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.28%

R = 47.19%
G = 17.53%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA51A3 (or 0xDA51A3) is known color: Mulberry. HEX triplet: DA, 51 and A3. RGB value is (218,81,163). Sum of RGB (Red+Green+Blue) = 218+81+163=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51A3 is #25AE5C. Grayscale: #838383. Windows color (decimal): -2469469 or 10703322. OLE color: 10703322.

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

Color convert

RGB 218 81 163 -
CMYK 0 0.63 0.25 0.15
HSL 324.09º 0.65% 0.59% -
HSV(B) 324.09º 0.63% 0.85% -
XYZ 38.47 23.43 37.15 -
YUV 131.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 218 81 163 0 0.63 0.25 0.15 324.09 0.65 0.59
Hex DA 51 A3 0 3F 19 F 144 41 3B
Octal 332 121 243 0 77 31 17 504 101 73
Binary 11011010 1010001 10100011 0 111111 11001 1111 101000100 1000001 111011

Color Harmonies of #DA51A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA51A3

Black with #DA51A3

Text Example


Text Example

White with #DA51A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA51A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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