Html Css Color HEX #D44DAB Mulberry

📋 copy color: '#D44DAB'

red 212 ◦ green 77 ◦ blue 171

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

Shades of Mulberry #D44DAB

Tints of Mulberry #D44DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 46.09%
G = 16.74%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D44DAB (or 0xD44DAB) is known color: Mulberry. HEX triplet: D4, 4D and AB. RGB value is (212,77,171). Sum of RGB (Red+Green+Blue) = 212+77+171=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44DAB is #2BB254. Grayscale: #7F7F7F. Windows color (decimal): -2863701 or 11226580. OLE color: 11226580.

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

Color convert

RGB 212 77 171 -
CMYK 0 0.64 0.19 0.17
HSL 318.22º 0.61% 0.57% -
HSV(B) 318.22º 0.64% 0.83% -
XYZ 37.16 22.25 40.86 -
YUV 128.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 212 77 171 0 0.64 0.19 0.17 318.22 0.61 0.57
Hex D4 4D AB 0 40 13 11 13E 3D 39
Octal 324 115 253 0 100 23 21 476 75 71
Binary 11010100 1001101 10101011 0 1000000 10011 10001 100111110 111101 111001

Color Harmonies of #D44DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DAB

Black with #D44DAB

Text Example


Text Example

White with #D44DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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