Html Css Color HEX #D048A1 Mulberry

📋 copy color: '#D048A1'

red 208 ◦ green 72 ◦ blue 161

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

Shades of Mulberry #D048A1

Tints of Mulberry #D048A1

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

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

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 47.17%
G = 16.33%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D048A1 (or 0xD048A1) is known color: Mulberry. HEX triplet: D0, 48 and A1. RGB value is (208,72,161). Sum of RGB (Red+Green+Blue) = 208+72+161=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D048A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048A1 is #2FB75E. Grayscale: #7A7A7A. Windows color (decimal): -3127135 or 10569936. OLE color: 10569936.

HSL color Cylindrical-coordinate representation of color #D048A1: hue angle of 320.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D048A1 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 161 -
CMYK 0 0.65 0.23 0.18
HSL 320.74º 0.59% 0.55% -
HSV(B) 320.74º 0.65% 0.82% -
XYZ 34.76 20.62 35.87 -
YUV 122.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 208 72 161 0 0.65 0.23 0.18 320.74 0.59 0.55
Hex D0 48 A1 0 41 17 12 141 3B 37
Octal 320 110 241 0 101 27 22 501 73 67
Binary 11010000 1001000 10100001 0 1000001 10111 10010 101000001 111011 110111

Color Harmonies of #D048A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048A1

Black with #D048A1

Text Example


Text Example

White with #D048A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048A1; }

 p { color: rgb(208,72,161); }

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

background-color css

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

 a { background-color: rgb(208,72,161); }

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

border-color css

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

 span { border-color: rgb(208,72,161); }

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