Html Css Color HEX #D04EA7 Mulberry

📋 copy color: '#D04EA7'

red 208 ◦ green 78 ◦ blue 167

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

Shades of Mulberry #D04EA7

Tints of Mulberry #D04EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.87%

R = 45.92%
G = 17.22%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D04EA7 (or 0xD04EA7) is known color: Mulberry. HEX triplet: D0, 4E and A7. RGB value is (208,78,167). Sum of RGB (Red+Green+Blue) = 208+78+167=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EA7 is #2FB158. Grayscale: #7E7E7E. Windows color (decimal): -3125593 or 10964688. OLE color: 10964688.

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

Color convert

RGB 208 78 167 -
CMYK 0 0.62 0.20 0.18
HSL 318.92º 0.58% 0.56% -
HSV(B) 318.92º 0.63% 0.82% -
XYZ 35.71 21.65 38.86 -
YUV 127.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 208 78 167 0 0.62 0.20 0.18 318.92 0.58 0.56
Hex D0 4E A7 0 3E 14 12 13F 3A 38
Octal 320 116 247 0 76 24 22 477 72 70
Binary 11010000 1001110 10100111 0 111110 10100 10010 100111111 111010 111000

Color Harmonies of #D04EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EA7

Black with #D04EA7

Text Example


Text Example

White with #D04EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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