Html Css Color HEX #D541A4 Mulberry

📋 copy color: '#D541A4'

red 213 ◦ green 65 ◦ blue 164

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

Shades of Mulberry #D541A4

Tints of Mulberry #D541A4

RGB

 RED value IS 213 (83.59% from 255) = 48.19%

 GREEN value IS 65 (25.78% from 255) = 14.71%

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

R = 48.19%
G = 14.71%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D541A4 (or 0xD541A4) is known color: Mulberry. HEX triplet: D5, 41 and A4. RGB value is (213,65,164). Sum of RGB (Red+Green+Blue) = 213+65+164=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A4 is #2ABE5B. Grayscale: #787878. Windows color (decimal): -2801244 or 10764757. OLE color: 10764757.

HSL color Cylindrical-coordinate representation of color #D541A4: hue angle of 319.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541A4 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 164 -
CMYK 0 0.69 0.23 0.16
HSL 319.86º 0.64% 0.55% -
HSV(B) 319.86º 0.69% 0.84% -
XYZ 36.03 20.61 37.2 -
YUV 120.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 213 65 164 0 0.69 0.23 0.16 319.86 0.64 0.55
Hex D5 41 A4 0 45 17 10 140 40 37
Octal 325 101 244 0 105 27 20 500 100 67
Binary 11010101 1000001 10100100 0 1000101 10111 10000 101000000 1000000 110111

Color Harmonies of #D541A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541A4

Black with #D541A4

Text Example


Text Example

White with #D541A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541A4; }

 p { color: rgb(213,65,164); }

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

background-color css

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

 a { background-color: rgb(213,65,164); }

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

border-color css

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

 span { border-color: rgb(213,65,164); }

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