Html Css Color HEX #D048A2 Mulberry

📋 copy color: '#D048A2'

red 208 ◦ green 72 ◦ blue 162

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

Shades of Mulberry #D048A2

Tints of Mulberry #D048A2

RGB

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

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

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

R = 47.06%
G = 16.29%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D048A2 (or 0xD048A2) is known color: Mulberry. HEX triplet: D0, 48 and A2. RGB value is (208,72,162). Sum of RGB (Red+Green+Blue) = 208+72+162=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D048A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048A2 is #2FB75D. Grayscale: #7A7A7A. Windows color (decimal): -3127134 or 10635472. OLE color: 10635472.

HSL color Cylindrical-coordinate representation of color #D048A2: hue angle of 320.29º 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 #D048A2 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 162 -
CMYK 0 0.65 0.22 0.18
HSL 320.29º 0.59% 0.55% -
HSV(B) 320.29º 0.65% 0.82% -
XYZ 34.85 20.65 36.33 -
YUV 122.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 208 72 162 0 0.65 0.22 0.18 320.29 0.59 0.55
Hex D0 48 A2 0 41 16 12 140 3B 37
Octal 320 110 242 0 101 26 22 500 73 67
Binary 11010000 1001000 10100010 0 1000001 10110 10010 101000000 111011 110111

Color Harmonies of #D048A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048A2

Black with #D048A2

Text Example


Text Example

White with #D048A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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