Html Css Color HEX #D541A5 Mulberry

📋 copy color: '#D541A5'

red 213 ◦ green 65 ◦ blue 165

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

Shades of Mulberry #D541A5

Tints of Mulberry #D541A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 48.08%
G = 14.67%
B = 37.25%

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

#D541A5 (or 0xD541A5) is known color: Mulberry. HEX triplet: D5, 41 and A5. RGB value is (213,65,165). Sum of RGB (Red+Green+Blue) = 213+65+165=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A5 is #2ABE5A. Grayscale: #787878. Windows color (decimal): -2801243 or 10830293. OLE color: 10830293.

HSL color Cylindrical-coordinate representation of color #D541A5: hue angle of 319.46º 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 #D541A5 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 165 -
CMYK 0 0.69 0.23 0.16
HSL 319.46º 0.64% 0.55% -
HSV(B) 319.46º 0.69% 0.84% -
XYZ 36.12 20.64 37.68 -
YUV 120.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 213 65 165 0 0.69 0.23 0.16 319.46 0.64 0.55
Hex D5 41 A5 0 45 17 10 13F 40 37
Octal 325 101 245 0 105 27 20 477 100 67
Binary 11010101 1000001 10100101 0 1000101 10111 10000 100111111 1000000 110111

Color Harmonies of #D541A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541A5

Black with #D541A5

Text Example


Text Example

White with #D541A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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