Html Css Color HEX #D44291 Mulberry

📋 copy color: '#D44291'

red 212 ◦ green 66 ◦ blue 145

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

Shades of Mulberry #D44291

Tints of Mulberry #D44291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

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

R = 50.12%
G = 15.6%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D44291 (or 0xD44291) is known color: Mulberry. HEX triplet: D4, 42 and 91. RGB value is (212,66,145). Sum of RGB (Red+Green+Blue) = 212+66+145=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D44291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44291 is #2BBD6E. Grayscale: #767676. Windows color (decimal): -2866543 or 9519828. OLE color: 9519828.

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

Color convert

RGB 212 66 145 -
CMYK 0 0.69 0.32 0.17
HSL 327.53º 0.63% 0.55% -
HSV(B) 327.53º 0.69% 0.83% -
XYZ 34.21 19.94 28.83 -
YUV 118.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 212 66 145 0 0.69 0.32 0.17 327.53 0.63 0.55
Hex D4 42 91 0 45 20 11 148 3F 37
Octal 324 102 221 0 105 40 21 510 77 67
Binary 11010100 1000010 10010001 0 1000101 100000 10001 101001000 111111 110111

Color Harmonies of #D44291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44291

Black with #D44291

Text Example


Text Example

White with #D44291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44291; }

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

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

background-color css

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

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

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

border-color css

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

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

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