Html Css Color HEX #D04A8F Mulberry

📋 copy color: '#D04A8F'

red 208 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #D04A8F

Tints of Mulberry #D04A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 48.94%
G = 17.41%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D04A8F (or 0xD04A8F) is known color: Mulberry. HEX triplet: D0, 4A and 8F. RGB value is (208,74,143). Sum of RGB (Red+Green+Blue) = 208+74+143=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04A8F is #2FB570. Grayscale: #797979. Windows color (decimal): -3126641 or 9390800. OLE color: 9390800.

HSL color Cylindrical-coordinate representation of color #D04A8F: hue angle of 329.1º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A8F is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 143 -
CMYK 0 0.64 0.31 0.18
HSL 329.1º 0.59% 0.55% -
HSV(B) 329.1º 0.64% 0.82% -
XYZ 33.42 20.29 28.14 -
YUV 121.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 208 74 143 0 0.64 0.31 0.18 329.1 0.59 0.55
Hex D0 4A 8F 0 40 1F 12 149 3B 37
Octal 320 112 217 0 100 37 22 511 73 67
Binary 11010000 1001010 10001111 0 1000000 11111 10010 101001001 111011 110111

Color Harmonies of #D04A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A8F

Black with #D04A8F

Text Example


Text Example

White with #D04A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A8F; }

 p { color: rgb(208,74,143); }

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

background-color css

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

 a { background-color: rgb(208,74,143); }

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

border-color css

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

 span { border-color: rgb(208,74,143); }

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