Html Css Color HEX #D44A8D Mulberry

📋 copy color: '#D44A8D'

red 212 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #D44A8D

Tints of Mulberry #D44A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 49.65%
G = 17.33%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D44A8D (or 0xD44A8D) is known color: Mulberry. HEX triplet: D4, 4A and 8D. RGB value is (212,74,141). Sum of RGB (Red+Green+Blue) = 212+74+141=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44A8D is #2BB572. Grayscale: #7A7A7A. Windows color (decimal): -2864499 or 9259732. OLE color: 9259732.

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

Color convert

RGB 212 74 141 -
CMYK 0 0.65 0.33 0.17
HSL 330.87º 0.62% 0.56% -
HSV(B) 330.87º 0.65% 0.83% -
XYZ 34.41 20.82 27.4 -
YUV 122.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 212 74 141 0 0.65 0.33 0.17 330.87 0.62 0.56
Hex D4 4A 8D 0 41 21 11 14B 3E 38
Octal 324 112 215 0 101 41 21 513 76 70
Binary 11010100 1001010 10001101 0 1000001 100001 10001 101001011 111110 111000

Color Harmonies of #D44A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A8D

Black with #D44A8D

Text Example


Text Example

White with #D44A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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