Html Css Color HEX #D048A3 Mulberry

📋 copy color: '#D048A3'

red 208 ◦ green 72 ◦ blue 163

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

Shades of Mulberry #D048A3

Tints of Mulberry #D048A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.79%

R = 46.95%
G = 16.25%
B = 36.79%

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

#D048A3 (or 0xD048A3) is known color: Mulberry. HEX triplet: D0, 48 and A3. RGB value is (208,72,163). Sum of RGB (Red+Green+Blue) = 208+72+163=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D048A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048A3 is #2FB75C. Grayscale: #7A7A7A. Windows color (decimal): -3127133 or 10701008. OLE color: 10701008.

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

Color convert

RGB 208 72 163 -
CMYK 0 0.65 0.22 0.18
HSL 319.85º 0.59% 0.55% -
HSV(B) 319.85º 0.65% 0.82% -
XYZ 34.94 20.69 36.8 -
YUV 123.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 208 72 163 0 0.65 0.22 0.18 319.85 0.59 0.55
Hex D0 48 A3 0 41 16 12 140 3B 37
Octal 320 110 243 0 101 26 22 500 73 67
Binary 11010000 1001000 10100011 0 1000001 10110 10010 101000000 111011 110111

Color Harmonies of #D048A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048A3

Black with #D048A3

Text Example


Text Example

White with #D048A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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