Html Css Color HEX #D04F94 Mulberry

📋 copy color: '#D04F94'

red 208 ◦ green 79 ◦ blue 148

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

Shades of Mulberry #D04F94

Tints of Mulberry #D04F94

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 47.82%
G = 18.16%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D04F94 (or 0xD04F94) is known color: Mulberry. HEX triplet: D0, 4F and 94. RGB value is (208,79,148). Sum of RGB (Red+Green+Blue) = 208+79+148=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F94 is #2FB06B. Grayscale: #7D7D7D. Windows color (decimal): -3125356 or 9719760. OLE color: 9719760.

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

Color convert

RGB 208 79 148 -
CMYK 0 0.62 0.29 0.18
HSL 327.91º 0.58% 0.56% -
HSV(B) 327.91º 0.62% 0.82% -
XYZ 34.15 21.14 30.3 -
YUV 125.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 208 79 148 0 0.62 0.29 0.18 327.91 0.58 0.56
Hex D0 4F 94 0 3E 1D 12 148 3A 38
Octal 320 117 224 0 76 35 22 510 72 70
Binary 11010000 1001111 10010100 0 111110 11101 10010 101001000 111010 111000

Color Harmonies of #D04F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F94

Black with #D04F94

Text Example


Text Example

White with #D04F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F94; }

 p { color: rgb(208,79,148); }

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

background-color css

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

 a { background-color: rgb(208,79,148); }

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

border-color css

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

 span { border-color: rgb(208,79,148); }

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