Html Css Color HEX #D546A9 Mulberry

📋 copy color: '#D546A9'

red 213 ◦ green 70 ◦ blue 169

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

Shades of Mulberry #D546A9

Tints of Mulberry #D546A9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

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

R = 47.12%
G = 15.49%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D546A9 (or 0xD546A9) is known color: Mulberry. HEX triplet: D5, 46 and A9. RGB value is (213,70,169). Sum of RGB (Red+Green+Blue) = 213+70+169=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D546A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D546A9 is #2AB956. Grayscale: #7B7B7B. Windows color (decimal): -2799959 or 11093717. OLE color: 11093717.

HSL color Cylindrical-coordinate representation of color #D546A9: hue angle of 318.46º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D546A9 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 169 -
CMYK 0 0.67 0.21 0.16
HSL 318.46º 0.63% 0.55% -
HSV(B) 318.46º 0.67% 0.84% -
XYZ 36.79 21.39 39.73 -
YUV 124.04 153.38 191.45 -
System Red Green Blue C M Y K H S L
Decimal 213 70 169 0 0.67 0.21 0.16 318.46 0.63 0.55
Hex D5 46 A9 0 43 15 10 13E 3F 37
Octal 325 106 251 0 103 25 20 476 77 67
Binary 11010101 1000110 10101001 0 1000011 10101 10000 100111110 111111 110111

Color Harmonies of #D546A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546A9

Black with #D546A9

Text Example


Text Example

White with #D546A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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