Html Css Color HEX #D548A0 Mulberry

📋 copy color: '#D548A0'

red 213 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #D548A0

Tints of Mulberry #D548A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 47.87%
G = 16.18%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D548A0 (or 0xD548A0) is known color: Mulberry. HEX triplet: D5, 48 and A0. RGB value is (213,72,160). Sum of RGB (Red+Green+Blue) = 213+72+160=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D548A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D548A0 is #2AB75F. Grayscale: #7B7B7B. Windows color (decimal): -2799456 or 10504405. OLE color: 10504405.

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

Color convert

RGB 213 72 160 -
CMYK 0 0.66 0.25 0.16
HSL 322.55º 0.63% 0.56% -
HSV(B) 322.55º 0.66% 0.84% -
XYZ 36.1 21.32 35.47 -
YUV 124.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 213 72 160 0 0.66 0.25 0.16 322.55 0.63 0.56
Hex D5 48 A0 0 42 19 10 143 3F 38
Octal 325 110 240 0 102 31 20 503 77 70
Binary 11010101 1001000 10100000 0 1000010 11001 10000 101000011 111111 111000

Color Harmonies of #D548A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548A0

Black with #D548A0

Text Example


Text Example

White with #D548A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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