Html Css Color HEX #D44B91 Mulberry

📋 copy color: '#D44B91'

red 212 ◦ green 75 ◦ blue 145

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

Shades of Mulberry #D44B91

Tints of Mulberry #D44B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

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

R = 49.07%
G = 17.36%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D44B91 (or 0xD44B91) is known color: Mulberry. HEX triplet: D4, 4B and 91. RGB value is (212,75,145). Sum of RGB (Red+Green+Blue) = 212+75+145=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44B91 is #2BB46E. Grayscale: #7B7B7B. Windows color (decimal): -2864239 or 9522132. OLE color: 9522132.

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

Color convert

RGB 212 75 145 -
CMYK 0 0.65 0.32 0.17
HSL 329.34º 0.61% 0.56% -
HSV(B) 329.34º 0.65% 0.83% -
XYZ 34.78 21.07 29.02 -
YUV 123.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 212 75 145 0 0.65 0.32 0.17 329.34 0.61 0.56
Hex D4 4B 91 0 41 20 11 149 3D 38
Octal 324 113 221 0 101 40 21 511 75 70
Binary 11010100 1001011 10010001 0 1000001 100000 10001 101001001 111101 111000

Color Harmonies of #D44B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44B91

Black with #D44B91

Text Example


Text Example

White with #D44B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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