Html Css Color HEX #D548A2 Mulberry

📋 copy color: '#D548A2'

red 213 ◦ green 72 ◦ blue 162

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

Shades of Mulberry #D548A2

Tints of Mulberry #D548A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 47.65%
G = 16.11%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D548A2 (or 0xD548A2) is known color: Mulberry. HEX triplet: D5, 48 and A2. RGB value is (213,72,162). Sum of RGB (Red+Green+Blue) = 213+72+162=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D548A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D548A2 is #2AB75D. Grayscale: #7C7C7C. Windows color (decimal): -2799454 or 10635477. OLE color: 10635477.

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

Color convert

RGB 213 72 162 -
CMYK 0 0.66 0.24 0.16
HSL 321.7º 0.63% 0.56% -
HSV(B) 321.7º 0.66% 0.84% -
XYZ 36.28 21.39 36.4 -
YUV 124.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 213 72 162 0 0.66 0.24 0.16 321.7 0.63 0.56
Hex D5 48 A2 0 42 18 10 142 3F 38
Octal 325 110 242 0 102 30 20 502 77 70
Binary 11010101 1001000 10100010 0 1000010 11000 10000 101000010 111111 111000

Color Harmonies of #D548A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D548A2

Black with #D548A2

Text Example


Text Example

White with #D548A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D548A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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