Html Css Color HEX #D94D8F Mulberry

📋 copy color: '#D94D8F'

red 217 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #D94D8F

Tints of Mulberry #D94D8F

RGB

 RED value IS 217 (85.16% from 255) = 49.66%

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

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

R = 49.66%
G = 17.62%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D94D8F (or 0xD94D8F) is known color: Mulberry. HEX triplet: D9, 4D and 8F. RGB value is (217,77,143). Sum of RGB (Red+Green+Blue) = 217+77+143=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D8F is #26B270. Grayscale: #7E7E7E. Windows color (decimal): -2536049 or 9391577. OLE color: 9391577.

HSL color Cylindrical-coordinate representation of color #D94D8F: hue angle of 331.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D8F is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 143 -
CMYK 0 0.65 0.34 0.15
HSL 331.71º 0.65% 0.58% -
HSV(B) 331.71º 0.65% 0.85% -
XYZ 36.23 22.04 28.33 -
YUV 126.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 217 77 143 0 0.65 0.34 0.15 331.71 0.65 0.58
Hex D9 4D 8F 0 41 22 F 14C 41 3A
Octal 331 115 217 0 101 42 17 514 101 72
Binary 11011001 1001101 10001111 0 1000001 100010 1111 101001100 1000001 111010

Color Harmonies of #D94D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D8F

Black with #D94D8F

Text Example


Text Example

White with #D94D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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