Html Css Color HEX #D542A9 Mulberry

📋 copy color: '#D542A9'

red 213 ◦ green 66 ◦ blue 169

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

Shades of Mulberry #D542A9

Tints of Mulberry #D542A9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.73%

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 47.54%
G = 14.73%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D542A9 (or 0xD542A9) is known color: Mulberry. HEX triplet: D5, 42 and A9. RGB value is (213,66,169). Sum of RGB (Red+Green+Blue) = 213+66+169=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D542A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D542A9 is #2ABD56. Grayscale: #797979. Windows color (decimal): -2800983 or 11092693. OLE color: 11092693.

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

Color convert

RGB 213 66 169 -
CMYK 0 0.69 0.21 0.16
HSL 317.96º 0.64% 0.55% -
HSV(B) 317.96º 0.69% 0.84% -
XYZ 36.55 20.91 39.65 -
YUV 121.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 213 66 169 0 0.69 0.21 0.16 317.96 0.64 0.55
Hex D5 42 A9 0 45 15 10 13E 40 37
Octal 325 102 251 0 105 25 20 476 100 67
Binary 11010101 1000010 10101001 0 1000101 10101 10000 100111110 1000000 110111

Color Harmonies of #D542A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542A9

Black with #D542A9

Text Example


Text Example

White with #D542A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542A9; }

 p { color: rgb(213,66,169); }

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

background-color css

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

 a { background-color: rgb(213,66,169); }

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

border-color css

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

 span { border-color: rgb(213,66,169); }

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