Html Css Color HEX #D44AA9 Mulberry

📋 copy color: '#D44AA9'

red 212 ◦ green 74 ◦ blue 169

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

Shades of Mulberry #D44AA9

Tints of Mulberry #D44AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.26%

 BLUE value IS 169 (66.41% from 255) = 37.14%

R = 46.59%
G = 16.26%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D44AA9 (or 0xD44AA9) is known color: Mulberry. HEX triplet: D4, 4A and A9. RGB value is (212,74,169). Sum of RGB (Red+Green+Blue) = 212+74+169=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44AA9 is #2BB556. Grayscale: #7D7D7D. Windows color (decimal): -2864471 or 11094740. OLE color: 11094740.

HSL color Cylindrical-coordinate representation of color #D44AA9: hue angle of 318.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44AA9 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 74 169 -
CMYK 0 0.65 0.20 0.17
HSL 318.7º 0.62% 0.56% -
HSV(B) 318.7º 0.65% 0.83% -
XYZ 36.76 21.76 39.8 -
YUV 126.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 212 74 169 0 0.65 0.20 0.17 318.7 0.62 0.56
Hex D4 4A A9 0 41 14 11 13F 3E 38
Octal 324 112 251 0 101 24 21 477 76 70
Binary 11010100 1001010 10101001 0 1000001 10100 10001 100111111 111110 111000

Color Harmonies of #D44AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44AA9

Black with #D44AA9

Text Example


Text Example

White with #D44AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44AA9; }

 p { color: rgb(212,74,169); }

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

background-color css

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

 a { background-color: rgb(212,74,169); }

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

border-color css

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

 span { border-color: rgb(212,74,169); }

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