Html Css Color HEX #D04DA0 Mulberry

📋 copy color: '#D04DA0'

red 208 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #D04DA0

Tints of Mulberry #D04DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 46.74%
G = 17.3%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D04DA0 (or 0xD04DA0) is known color: Mulberry. HEX triplet: D0, 4D and A0. RGB value is (208,77,160). Sum of RGB (Red+Green+Blue) = 208+77+160=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04DA0 is #2FB25F. Grayscale: #7D7D7D. Windows color (decimal): -3125856 or 10505680. OLE color: 10505680.

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

Color convert

RGB 208 77 160 -
CMYK 0 0.63 0.23 0.18
HSL 321.98º 0.58% 0.56% -
HSV(B) 321.98º 0.63% 0.82% -
XYZ 35.01 21.26 35.52 -
YUV 125.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 208 77 160 0 0.63 0.23 0.18 321.98 0.58 0.56
Hex D0 4D A0 0 3F 17 12 142 3A 38
Octal 320 115 240 0 77 27 22 502 72 70
Binary 11010000 1001101 10100000 0 111111 10111 10010 101000010 111010 111000

Color Harmonies of #D04DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DA0

Black with #D04DA0

Text Example


Text Example

White with #D04DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DA0; }

 p { color: rgb(208,77,160); }

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

background-color css

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

 a { background-color: rgb(208,77,160); }

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

border-color css

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

 span { border-color: rgb(208,77,160); }

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