Html Css Color HEX #D04D8F Mulberry

📋 copy color: '#D04D8F'

red 208 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #D04D8F

Tints of Mulberry #D04D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

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

R = 48.6%
G = 17.99%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D04D8F (or 0xD04D8F) is known color: Mulberry. HEX triplet: D0, 4D and 8F. RGB value is (208,77,143). Sum of RGB (Red+Green+Blue) = 208+77+143=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04D8F is #2FB270. Grayscale: #7B7B7B. Windows color (decimal): -3125873 or 9391568. OLE color: 9391568.

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

Color convert

RGB 208 77 143 -
CMYK 0 0.63 0.31 0.18
HSL 329.77º 0.58% 0.56% -
HSV(B) 329.77º 0.63% 0.82% -
XYZ 33.62 20.7 28.21 -
YUV 123.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 208 77 143 0 0.63 0.31 0.18 329.77 0.58 0.56
Hex D0 4D 8F 0 3F 1F 12 14A 3A 38
Octal 320 115 217 0 77 37 22 512 72 70
Binary 11010000 1001101 10001111 0 111111 11111 10010 101001010 111010 111000

Color Harmonies of #D04D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D8F

Black with #D04D8F

Text Example


Text Example

White with #D04D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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