Html Css Color HEX #DA51A2 Mulberry

📋 copy color: '#DA51A2'

red 218 ◦ green 81 ◦ blue 162

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

Shades of Mulberry #DA51A2

Tints of Mulberry #DA51A2

RGB

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

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

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

R = 47.29%
G = 17.57%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA51A2 (or 0xDA51A2) is known color: Mulberry. HEX triplet: DA, 51 and A2. RGB value is (218,81,162). Sum of RGB (Red+Green+Blue) = 218+81+162=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51A2 is #25AE5D. Grayscale: #838383. Windows color (decimal): -2469470 or 10637786. OLE color: 10637786.

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

Color convert

RGB 218 81 162 -
CMYK 0 0.63 0.26 0.15
HSL 324.53º 0.65% 0.59% -
HSV(B) 324.53º 0.63% 0.85% -
XYZ 38.38 23.4 36.68 -
YUV 131.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 218 81 162 0 0.63 0.26 0.15 324.53 0.65 0.59
Hex DA 51 A2 0 3F 1A F 145 41 3B
Octal 332 121 242 0 77 32 17 505 101 73
Binary 11011010 1010001 10100010 0 111111 11010 1111 101000101 1000001 111011

Color Harmonies of #DA51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA51A2

Black with #DA51A2

Text Example


Text Example

White with #DA51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA51A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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