Html Css Color HEX #D34791 Mulberry

📋 copy color: '#D34791'

red 211 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #D34791

Tints of Mulberry #D34791

RGB

 RED value IS 211 (82.81% from 255) = 49.41%

 GREEN value IS 71 (28.13% from 255) = 16.63%

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

R = 49.41%
G = 16.63%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D34791 (or 0xD34791) is known color: Mulberry. HEX triplet: D3, 47 and 91. RGB value is (211,71,145). Sum of RGB (Red+Green+Blue) = 211+71+145=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D34791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34791 is #2CB86E. Grayscale: #797979. Windows color (decimal): -2930799 or 9521107. OLE color: 9521107.

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

Color convert

RGB 211 71 145 -
CMYK 0 0.66 0.31 0.17
HSL 328.29º 0.61% 0.55% -
HSV(B) 328.29º 0.66% 0.83% -
XYZ 34.23 20.4 28.92 -
YUV 121.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 211 71 145 0 0.66 0.31 0.17 328.29 0.61 0.55
Hex D3 47 91 0 42 1F 11 148 3D 37
Octal 323 107 221 0 102 37 21 510 75 67
Binary 11010011 1000111 10010001 0 1000010 11111 10001 101001000 111101 110111

Color Harmonies of #D34791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34791

Black with #D34791

Text Example


Text Example

White with #D34791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34791; }

 p { color: rgb(211,71,145); }

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

background-color css

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

 a { background-color: rgb(211,71,145); }

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

border-color css

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

 span { border-color: rgb(211,71,145); }

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