Html Css Color HEX #D34FA5 Mulberry

📋 copy color: '#D34FA5'

red 211 ◦ green 79 ◦ blue 165

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

Shades of Mulberry #D34FA5

Tints of Mulberry #D34FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 46.37%
G = 17.36%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D34FA5 (or 0xD34FA5) is known color: Mulberry. HEX triplet: D3, 4F and A5. RGB value is (211,79,165). Sum of RGB (Red+Green+Blue) = 211+79+165=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FA5 is #2CB05A. Grayscale: #808080. Windows color (decimal): -2928731 or 10833875. OLE color: 10833875.

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

Color convert

RGB 211 79 165 -
CMYK 0 0.63 0.22 0.17
HSL 320.91º 0.6% 0.57% -
HSV(B) 320.91º 0.63% 0.83% -
XYZ 36.45 22.16 37.95 -
YUV 128.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 211 79 165 0 0.63 0.22 0.17 320.91 0.6 0.57
Hex D3 4F A5 0 3F 16 11 141 3C 39
Octal 323 117 245 0 77 26 21 501 74 71
Binary 11010011 1001111 10100101 0 111111 10110 10001 101000001 111100 111001

Color Harmonies of #D34FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FA5

Black with #D34FA5

Text Example


Text Example

White with #D34FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FA5; }

 p { color: rgb(211,79,165); }

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

background-color css

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

 a { background-color: rgb(211,79,165); }

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

border-color css

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

 span { border-color: rgb(211,79,165); }

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