Html Css Color HEX #D04E92 Mulberry

📋 copy color: '#D04E92'

red 208 ◦ green 78 ◦ blue 146

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

Shades of Mulberry #D04E92

Tints of Mulberry #D04E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 48.15%
G = 18.06%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D04E92 (or 0xD04E92) is known color: Mulberry. HEX triplet: D0, 4E and 92. RGB value is (208,78,146). Sum of RGB (Red+Green+Blue) = 208+78+146=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04E92 is #2FB16D. Grayscale: #7C7C7C. Windows color (decimal): -3125614 or 9588432. OLE color: 9588432.

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

Color convert

RGB 208 78 146 -
CMYK 0 0.62 0.30 0.18
HSL 328.62º 0.58% 0.56% -
HSV(B) 328.62º 0.63% 0.82% -
XYZ 33.93 20.93 29.45 -
YUV 124.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 208 78 146 0 0.62 0.30 0.18 328.62 0.58 0.56
Hex D0 4E 92 0 3E 1E 12 149 3A 38
Octal 320 116 222 0 76 36 22 511 72 70
Binary 11010000 1001110 10010010 0 111110 11110 10010 101001001 111010 111000

Color Harmonies of #D04E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E92

Black with #D04E92

Text Example


Text Example

White with #D04E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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