Html Css Color HEX #D44EA2 Mulberry

📋 copy color: '#D44EA2'

red 212 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #D44EA2

Tints of Mulberry #D44EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.26%

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 46.9%
G = 17.26%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D44EA2 (or 0xD44EA2) is known color: Mulberry. HEX triplet: D4, 4E and A2. RGB value is (212,78,162). Sum of RGB (Red+Green+Blue) = 212+78+162=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44EA2 is #2BB15D. Grayscale: #7F7F7F. Windows color (decimal): -2863454 or 10637012. OLE color: 10637012.

HSL color Cylindrical-coordinate representation of color #D44EA2: hue angle of 322.39º 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 #D44EA2 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 78 162 -
CMYK 0 0.63 0.24 0.17
HSL 322.39º 0.61% 0.57% -
HSV(B) 322.39º 0.63% 0.83% -
XYZ 36.4 22.05 36.52 -
YUV 127.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 212 78 162 0 0.63 0.24 0.17 322.39 0.61 0.57
Hex D4 4E A2 0 3F 18 11 142 3D 39
Octal 324 116 242 0 77 30 21 502 75 71
Binary 11010100 1001110 10100010 0 111111 11000 10001 101000010 111101 111001

Color Harmonies of #D44EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44EA2

Black with #D44EA2

Text Example


Text Example

White with #D44EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44EA2; }

 p { color: rgb(212,78,162); }

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

background-color css

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

 a { background-color: rgb(212,78,162); }

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

border-color css

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

 span { border-color: rgb(212,78,162); }

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