Html Css Color HEX #D548AA Mulberry

📋 copy color: '#D548AA'

red 213 ◦ green 72 ◦ blue 170

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

Shades of Mulberry #D548AA

Tints of Mulberry #D548AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 46.81%
G = 15.82%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D548AA (or 0xD548AA) is known color: Mulberry. HEX triplet: D5, 48 and AA. RGB value is (213,72,170). Sum of RGB (Red+Green+Blue) = 213+72+170=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D548AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D548AA is #2AB755. Grayscale: #7D7D7D. Windows color (decimal): -2799446 or 11159765. OLE color: 11159765.

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

Color convert

RGB 213 72 170 -
CMYK 0 0.66 0.20 0.16
HSL 318.3º 0.63% 0.56% -
HSV(B) 318.3º 0.66% 0.84% -
XYZ 37.01 21.68 40.26 -
YUV 125.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 213 72 170 0 0.66 0.20 0.16 318.3 0.63 0.56
Hex D5 48 AA 0 42 14 10 13E 3F 38
Octal 325 110 252 0 102 24 20 476 77 70
Binary 11010101 1001000 10101010 0 1000010 10100 10000 100111110 111111 111000

Color Harmonies of #D548AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548AA

Black with #D548AA

Text Example


Text Example

White with #D548AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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