Html Css Color HEX #D04AAA Mulberry

📋 copy color: '#D04AAA'

red 208 ◦ green 74 ◦ blue 170

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

Shades of Mulberry #D04AAA

Tints of Mulberry #D04AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 46.02%
G = 16.37%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D04AAA (or 0xD04AAA) is known color: Mulberry. HEX triplet: D0, 4A and AA. RGB value is (208,74,170). Sum of RGB (Red+Green+Blue) = 208+74+170=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AAA is #2FB555. Grayscale: #7C7C7C. Windows color (decimal): -3126614 or 11160272. OLE color: 11160272.

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

Color convert

RGB 208 74 170 -
CMYK 0 0.64 0.18 0.18
HSL 317.01º 0.59% 0.55% -
HSV(B) 317.01º 0.64% 0.82% -
XYZ 35.72 21.21 40.24 -
YUV 125.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 208 74 170 0 0.64 0.18 0.18 317.01 0.59 0.55
Hex D0 4A AA 0 40 12 12 13D 3B 37
Octal 320 112 252 0 100 22 22 475 73 67
Binary 11010000 1001010 10101010 0 1000000 10010 10010 100111101 111011 110111

Color Harmonies of #D04AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AAA

Black with #D04AAA

Text Example


Text Example

White with #D04AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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