Html Css Color HEX #D548A8 Mulberry

📋 copy color: '#D548A8'

red 213 ◦ green 72 ◦ blue 168

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

Shades of Mulberry #D548A8

Tints of Mulberry #D548A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.09%

R = 47.02%
G = 15.89%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D548A8 (or 0xD548A8) is known color: Mulberry. HEX triplet: D5, 48 and A8. RGB value is (213,72,168). Sum of RGB (Red+Green+Blue) = 213+72+168=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D548A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D548A8 is #2AB757. Grayscale: #7C7C7C. Windows color (decimal): -2799448 or 11028693. OLE color: 11028693.

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

Color convert

RGB 213 72 168 -
CMYK 0 0.66 0.21 0.16
HSL 319.15º 0.63% 0.56% -
HSV(B) 319.15º 0.66% 0.84% -
XYZ 36.83 21.61 39.28 -
YUV 125.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 213 72 168 0 0.66 0.21 0.16 319.15 0.63 0.56
Hex D5 48 A8 0 42 15 10 13F 3F 38
Octal 325 110 250 0 102 25 20 477 77 70
Binary 11010101 1001000 10101000 0 1000010 10101 10000 100111111 111111 111000

Color Harmonies of #D548A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548A8

Black with #D548A8

Text Example


Text Example

White with #D548A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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