Html Css Color HEX #D04E8C Mulberry

📋 copy color: '#D04E8C'

red 208 ◦ green 78 ◦ blue 140

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

Shades of Mulberry #D04E8C

Tints of Mulberry #D04E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 48.83%
G = 18.31%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D04E8C (or 0xD04E8C) is known color: Mulberry. HEX triplet: D0, 4E and 8C. RGB value is (208,78,140). Sum of RGB (Red+Green+Blue) = 208+78+140=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04E8C is #2FB173. Grayscale: #7B7B7B. Windows color (decimal): -3125620 or 9195216. OLE color: 9195216.

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

Color convert

RGB 208 78 140 -
CMYK 0 0.62 0.33 0.18
HSL 331.38º 0.58% 0.56% -
HSV(B) 331.38º 0.63% 0.82% -
XYZ 33.47 20.75 27.05 -
YUV 123.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 208 78 140 0 0.62 0.33 0.18 331.38 0.58 0.56
Hex D0 4E 8C 0 3E 21 12 14B 3A 38
Octal 320 116 214 0 76 41 22 513 72 70
Binary 11010000 1001110 10001100 0 111110 100001 10010 101001011 111010 111000

Color Harmonies of #D04E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E8C

Black with #D04E8C

Text Example


Text Example

White with #D04E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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