Html Css Color HEX #D541A7 Mulberry

📋 copy color: '#D541A7'

red 213 ◦ green 65 ◦ blue 167

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

Shades of Mulberry #D541A7

Tints of Mulberry #D541A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.53%

R = 47.87%
G = 14.61%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D541A7 (or 0xD541A7) is known color: Mulberry. HEX triplet: D5, 41 and A7. RGB value is (213,65,167). Sum of RGB (Red+Green+Blue) = 213+65+167=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A7 is #2ABE58. Grayscale: #787878. Windows color (decimal): -2801241 or 10961365. OLE color: 10961365.

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

Color convert

RGB 213 65 167 -
CMYK 0 0.69 0.22 0.16
HSL 318.65º 0.64% 0.55% -
HSV(B) 318.65º 0.69% 0.84% -
XYZ 36.31 20.72 38.64 -
YUV 120.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 213 65 167 0 0.69 0.22 0.16 318.65 0.64 0.55
Hex D5 41 A7 0 45 16 10 13F 40 37
Octal 325 101 247 0 105 26 20 477 100 67
Binary 11010101 1000001 10100111 0 1000101 10110 10000 100111111 1000000 110111

Color Harmonies of #D541A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541A7

Black with #D541A7

Text Example


Text Example

White with #D541A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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