Html Css Color HEX #D04E9C Mulberry

📋 copy color: '#D04E9C'

red 208 ◦ green 78 ◦ blue 156

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

Shades of Mulberry #D04E9C

Tints of Mulberry #D04E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 47.06%
G = 17.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D04E9C (or 0xD04E9C) is known color: Mulberry. HEX triplet: D0, 4E and 9C. RGB value is (208,78,156). Sum of RGB (Red+Green+Blue) = 208+78+156=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04E9C is #2FB163. Grayscale: #7D7D7D. Windows color (decimal): -3125604 or 10243792. OLE color: 10243792.

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

Color convert

RGB 208 78 156 -
CMYK 0 0.62 0.25 0.18
HSL 324º 0.58% 0.56% -
HSV(B) 324º 0.63% 0.82% -
XYZ 34.74 21.26 33.73 -
YUV 125.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 208 78 156 0 0.62 0.25 0.18 324 0.58 0.56
Hex D0 4E 9C 0 3E 19 12 144 3A 38
Octal 320 116 234 0 76 31 22 504 72 70
Binary 11010000 1001110 10011100 0 111110 11001 10010 101000100 111010 111000

Color Harmonies of #D04E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E9C

Black with #D04E9C

Text Example


Text Example

White with #D04E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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