Html Css Color HEX #D04E8E Mulberry

📋 copy color: '#D04E8E'

red 208 ◦ green 78 ◦ blue 142

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

Shades of Mulberry #D04E8E

Tints of Mulberry #D04E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.18%

R = 48.6%
G = 18.22%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D04E8E (or 0xD04E8E) is known color: Mulberry. HEX triplet: D0, 4E and 8E. RGB value is (208,78,142). Sum of RGB (Red+Green+Blue) = 208+78+142=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04E8E is #2FB171. Grayscale: #7C7C7C. Windows color (decimal): -3125618 or 9326288. OLE color: 9326288.

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

Color convert

RGB 208 78 142 -
CMYK 0 0.62 0.32 0.18
HSL 330.46º 0.58% 0.56% -
HSV(B) 330.46º 0.63% 0.82% -
XYZ 33.62 20.81 27.84 -
YUV 124.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 208 78 142 0 0.62 0.32 0.18 330.46 0.58 0.56
Hex D0 4E 8E 0 3E 20 12 14A 3A 38
Octal 320 116 216 0 76 40 22 512 72 70
Binary 11010000 1001110 10001110 0 111110 100000 10010 101001010 111010 111000

Color Harmonies of #D04E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E8E

Black with #D04E8E

Text Example


Text Example

White with #D04E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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