Html Css Color HEX #D44D8E Mulberry

📋 copy color: '#D44D8E'

red 212 ◦ green 77 ◦ blue 142

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

Shades of Mulberry #D44D8E

Tints of Mulberry #D44D8E

RGB

 RED value IS 212 (83.2% from 255) = 49.19%

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 49.19%
G = 17.87%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D44D8E (or 0xD44D8E) is known color: Mulberry. HEX triplet: D4, 4D and 8E. RGB value is (212,77,142). Sum of RGB (Red+Green+Blue) = 212+77+142=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D8E is #2BB271. Grayscale: #7C7C7C. Windows color (decimal): -2863730 or 9326036. OLE color: 9326036.

HSL color Cylindrical-coordinate representation of color #D44D8E: hue angle of 331.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D8E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 77 142 -
CMYK 0 0.64 0.33 0.17
HSL 331.11º 0.61% 0.57% -
HSV(B) 331.11º 0.64% 0.83% -
XYZ 34.69 21.26 27.87 -
YUV 124.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 212 77 142 0 0.64 0.33 0.17 331.11 0.61 0.57
Hex D4 4D 8E 0 40 21 11 14B 3D 39
Octal 324 115 216 0 100 41 21 513 75 71
Binary 11010100 1001101 10001110 0 1000000 100001 10001 101001011 111101 111001

Color Harmonies of #D44D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D8E

Black with #D44D8E

Text Example


Text Example

White with #D44D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D8E; }

 p { color: rgb(212,77,142); }

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

background-color css

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

 a { background-color: rgb(212,77,142); }

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

border-color css

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

 span { border-color: rgb(212,77,142); }

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