Html Css Color HEX #D04AA3 Mulberry

📋 copy color: '#D04AA3'

red 208 ◦ green 74 ◦ blue 163

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

Shades of Mulberry #D04AA3

Tints of Mulberry #D04AA3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.63%

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

R = 46.74%
G = 16.63%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D04AA3 (or 0xD04AA3) is known color: Mulberry. HEX triplet: D0, 4A and A3. RGB value is (208,74,163). Sum of RGB (Red+Green+Blue) = 208+74+163=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AA3 is #2FB55C. Grayscale: #7B7B7B. Windows color (decimal): -3126621 or 10701520. OLE color: 10701520.

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

Color convert

RGB 208 74 163 -
CMYK 0 0.64 0.22 0.18
HSL 320.15º 0.59% 0.55% -
HSV(B) 320.15º 0.64% 0.82% -
XYZ 35.07 20.95 36.85 -
YUV 124.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 208 74 163 0 0.64 0.22 0.18 320.15 0.59 0.55
Hex D0 4A A3 0 40 16 12 140 3B 37
Octal 320 112 243 0 100 26 22 500 73 67
Binary 11010000 1001010 10100011 0 1000000 10110 10010 101000000 111011 110111

Color Harmonies of #D04AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AA3

Black with #D04AA3

Text Example


Text Example

White with #D04AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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