Html Css Color HEX #D44F9D Mulberry

📋 copy color: '#D44F9D'

red 212 ◦ green 79 ◦ blue 157

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

Shades of Mulberry #D44F9D

Tints of Mulberry #D44F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 47.32%
G = 17.63%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D44F9D (or 0xD44F9D) is known color: Mulberry. HEX triplet: D4, 4F and 9D. RGB value is (212,79,157). Sum of RGB (Red+Green+Blue) = 212+79+157=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F9D is #2BB062. Grayscale: #7F7F7F. Windows color (decimal): -2863203 or 10309588. OLE color: 10309588.

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

Color convert

RGB 212 79 157 -
CMYK 0 0.63 0.26 0.17
HSL 324.81º 0.61% 0.57% -
HSV(B) 324.81º 0.63% 0.83% -
XYZ 36.03 22.02 34.25 -
YUV 127.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 212 79 157 0 0.63 0.26 0.17 324.81 0.61 0.57
Hex D4 4F 9D 0 3F 1A 11 145 3D 39
Octal 324 117 235 0 77 32 21 505 75 71
Binary 11010100 1001111 10011101 0 111111 11010 10001 101000101 111101 111001

Color Harmonies of #D44F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F9D

Black with #D44F9D

Text Example


Text Example

White with #D44F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F9D; }

 p { color: rgb(212,79,157); }

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

background-color css

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

 a { background-color: rgb(212,79,157); }

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

border-color css

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

 span { border-color: rgb(212,79,157); }

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