Html Css Color HEX #D541A3 Mulberry

📋 copy color: '#D541A3'

red 213 ◦ green 65 ◦ blue 163

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

Shades of Mulberry #D541A3

Tints of Mulberry #D541A3

RGB

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

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

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

R = 48.3%
G = 14.74%
B = 36.96%

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

#D541A3 (or 0xD541A3) is known color: Mulberry. HEX triplet: D5, 41 and A3. RGB value is (213,65,163). Sum of RGB (Red+Green+Blue) = 213+65+163=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A3 is #2ABE5C. Grayscale: #787878. Windows color (decimal): -2801245 or 10699221. OLE color: 10699221.

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

Color convert

RGB 213 65 163 -
CMYK 0 0.69 0.23 0.16
HSL 320.27º 0.64% 0.55% -
HSV(B) 320.27º 0.69% 0.84% -
XYZ 35.94 20.57 36.73 -
YUV 120.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 213 65 163 0 0.69 0.23 0.16 320.27 0.64 0.55
Hex D5 41 A3 0 45 17 10 140 40 37
Octal 325 101 243 0 105 27 20 500 100 67
Binary 11010101 1000001 10100011 0 1000101 10111 10000 101000000 1000000 110111

Color Harmonies of #D541A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541A3

Black with #D541A3

Text Example


Text Example

White with #D541A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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