Html Css Color HEX #DA51A4 Mulberry

📋 copy color: '#DA51A4'

red 218 ◦ green 81 ◦ blue 164

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

Shades of Mulberry #DA51A4

Tints of Mulberry #DA51A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 47.08%
G = 17.49%
B = 35.42%

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

#DA51A4 (or 0xDA51A4) is known color: Mulberry. HEX triplet: DA, 51 and A4. RGB value is (218,81,164). Sum of RGB (Red+Green+Blue) = 218+81+164=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51A4 is #25AE5B. Grayscale: #838383. Windows color (decimal): -2469468 or 10768858. OLE color: 10768858.

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

Color convert

RGB 218 81 164 -
CMYK 0 0.63 0.25 0.15
HSL 323.65º 0.65% 0.59% -
HSV(B) 323.65º 0.63% 0.85% -
XYZ 38.56 23.47 37.62 -
YUV 131.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 218 81 164 0 0.63 0.25 0.15 323.65 0.65 0.59
Hex DA 51 A4 0 3F 19 F 144 41 3B
Octal 332 121 244 0 77 31 17 504 101 73
Binary 11011010 1010001 10100100 0 111111 11001 1111 101000100 1000001 111011

Color Harmonies of #DA51A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA51A4

Black with #DA51A4

Text Example


Text Example

White with #DA51A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA51A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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