Html Css Color HEX #D44491 Mulberry

📋 copy color: '#D44491'

red 212 ◦ green 68 ◦ blue 145

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

Shades of Mulberry #D44491

Tints of Mulberry #D44491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 49.88%
G = 16%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D44491 (or 0xD44491) is known color: Mulberry. HEX triplet: D4, 44 and 91. RGB value is (212,68,145). Sum of RGB (Red+Green+Blue) = 212+68+145=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D44491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44491 is #2BBB6E. Grayscale: #777777. Windows color (decimal): -2866031 or 9520340. OLE color: 9520340.

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

Color convert

RGB 212 68 145 -
CMYK 0 0.68 0.32 0.17
HSL 327.92º 0.63% 0.55% -
HSV(B) 327.92º 0.68% 0.83% -
XYZ 34.33 20.18 28.87 -
YUV 119.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 212 68 145 0 0.68 0.32 0.17 327.92 0.63 0.55
Hex D4 44 91 0 44 20 11 148 3F 37
Octal 324 104 221 0 104 40 21 510 77 67
Binary 11010100 1000100 10010001 0 1000100 100000 10001 101001000 111111 110111

Color Harmonies of #D44491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44491

Black with #D44491

Text Example


Text Example

White with #D44491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44491; }

 p { color: rgb(212,68,145); }

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

background-color css

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

 a { background-color: rgb(212,68,145); }

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

border-color css

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

 span { border-color: rgb(212,68,145); }

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