Html Css Color HEX #D541AB Mulberry

📋 copy color: '#D541AB'

red 213 ◦ green 65 ◦ blue 171

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

Shades of Mulberry #D541AB

Tints of Mulberry #D541AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 47.44%
G = 14.48%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D541AB (or 0xD541AB) is known color: Mulberry. HEX triplet: D5, 41 and AB. RGB value is (213,65,171). Sum of RGB (Red+Green+Blue) = 213+65+171=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D541AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541AB is #2ABE54. Grayscale: #797979. Windows color (decimal): -2801237 or 11223509. OLE color: 11223509.

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

Color convert

RGB 213 65 171 -
CMYK 0 0.69 0.20 0.16
HSL 317.03º 0.64% 0.55% -
HSV(B) 317.03º 0.69% 0.84% -
XYZ 36.68 20.87 40.62 -
YUV 121.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 213 65 171 0 0.69 0.20 0.16 317.03 0.64 0.55
Hex D5 41 AB 0 45 14 10 13D 40 37
Octal 325 101 253 0 105 24 20 475 100 67
Binary 11010101 1000001 10101011 0 1000101 10100 10000 100111101 1000000 110111

Color Harmonies of #D541AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541AB

Black with #D541AB

Text Example


Text Example

White with #D541AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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