Html Css Color HEX #D548A6 Mulberry

📋 copy color: '#D548A6'

red 213 ◦ green 72 ◦ blue 166

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

Shades of Mulberry #D548A6

Tints of Mulberry #D548A6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

 BLUE value IS 166 (65.23% from 255) = 36.81%

R = 47.23%
G = 15.96%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D548A6 (or 0xD548A6) is known color: Mulberry. HEX triplet: D5, 48 and A6. RGB value is (213,72,166). Sum of RGB (Red+Green+Blue) = 213+72+166=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D548A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D548A6 is #2AB759. Grayscale: #7C7C7C. Windows color (decimal): -2799450 or 10897621. OLE color: 10897621.

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

Color convert

RGB 213 72 166 -
CMYK 0 0.66 0.22 0.16
HSL 320º 0.63% 0.56% -
HSV(B) 320º 0.66% 0.84% -
XYZ 36.64 21.53 38.3 -
YUV 124.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 213 72 166 0 0.66 0.22 0.16 320 0.63 0.56
Hex D5 48 A6 0 42 16 10 140 3F 38
Octal 325 110 246 0 102 26 20 500 77 70
Binary 11010101 1001000 10100110 0 1000010 10110 10000 101000000 111111 111000

Color Harmonies of #D548A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548A6

Black with #D548A6

Text Example


Text Example

White with #D548A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548A6; }

 p { color: rgb(213,72,166); }

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

background-color css

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

 a { background-color: rgb(213,72,166); }

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

border-color css

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

 span { border-color: rgb(213,72,166); }

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