Html Css Color HEX #D04EA8 Mulberry

📋 copy color: '#D04EA8'

red 208 ◦ green 78 ◦ blue 168

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

Shades of Mulberry #D04EA8

Tints of Mulberry #D04EA8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.18%

 BLUE value IS 168 (66.02% from 255) = 37%

R = 45.81%
G = 17.18%
B = 37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D04EA8 (or 0xD04EA8) is known color: Mulberry. HEX triplet: D0, 4E and A8. RGB value is (208,78,168). Sum of RGB (Red+Green+Blue) = 208+78+168=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EA8 is #2FB157. Grayscale: #7E7E7E. Windows color (decimal): -3125592 or 11030224. OLE color: 11030224.

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

Color convert

RGB 208 78 168 -
CMYK 0 0.62 0.19 0.18
HSL 318.46º 0.58% 0.56% -
HSV(B) 318.46º 0.63% 0.82% -
XYZ 35.8 21.69 39.34 -
YUV 127.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 208 78 168 0 0.62 0.19 0.18 318.46 0.58 0.56
Hex D0 4E A8 0 3E 13 12 13E 3A 38
Octal 320 116 250 0 76 23 22 476 72 70
Binary 11010000 1001110 10101000 0 111110 10011 10010 100111110 111010 111000

Color Harmonies of #D04EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EA8

Black with #D04EA8

Text Example


Text Example

White with #D04EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EA8; }

 p { color: rgb(208,78,168); }

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

background-color css

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

 a { background-color: rgb(208,78,168); }

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

border-color css

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

 span { border-color: rgb(208,78,168); }

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