Html Css Color HEX #D547A4 Mulberry

📋 copy color: '#D547A4'

red 213 ◦ green 71 ◦ blue 164

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

Shades of Mulberry #D547A4

Tints of Mulberry #D547A4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.85%

 BLUE value IS 164 (64.45% from 255) = 36.61%

R = 47.54%
G = 15.85%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D547A4 (or 0xD547A4) is known color: Mulberry. HEX triplet: D5, 47 and A4. RGB value is (213,71,164). Sum of RGB (Red+Green+Blue) = 213+71+164=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D547A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D547A4 is #2AB85B. Grayscale: #7B7B7B. Windows color (decimal): -2799708 or 10766293. OLE color: 10766293.

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

Color convert

RGB 213 71 164 -
CMYK 0 0.67 0.23 0.16
HSL 320.7º 0.63% 0.56% -
HSV(B) 320.7º 0.67% 0.84% -
XYZ 36.39 21.33 37.32 -
YUV 124.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 213 71 164 0 0.67 0.23 0.16 320.7 0.63 0.56
Hex D5 47 A4 0 43 17 10 141 3F 38
Octal 325 107 244 0 103 27 20 501 77 70
Binary 11010101 1000111 10100100 0 1000011 10111 10000 101000001 111111 111000

Color Harmonies of #D547A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D547A4

Black with #D547A4

Text Example


Text Example

White with #D547A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D547A4; }

 p { color: rgb(213,71,164); }

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

background-color css

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

 a { background-color: rgb(213,71,164); }

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

border-color css

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

 span { border-color: rgb(213,71,164); }

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