Html Css Color HEX #D34EAA Mulberry

📋 copy color: '#D34EAA'

red 211 ◦ green 78 ◦ blue 170

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

Shades of Mulberry #D34EAA

Tints of Mulberry #D34EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.99%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 45.97%
G = 16.99%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D34EAA (or 0xD34EAA) is known color: Mulberry. HEX triplet: D3, 4E and AA. RGB value is (211,78,170). Sum of RGB (Red+Green+Blue) = 211+78+170=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D34EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34EAA is #2CB155. Grayscale: #808080. Windows color (decimal): -2928982 or 11161299. OLE color: 11161299.

HSL color Cylindrical-coordinate representation of color #D34EAA: hue angle of 318.5º 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 #D34EAA is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 78 170 -
CMYK 0 0.63 0.19 0.17
HSL 318.5º 0.6% 0.57% -
HSV(B) 318.5º 0.63% 0.83% -
XYZ 36.84 22.2 40.37 -
YUV 128.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 211 78 170 0 0.63 0.19 0.17 318.5 0.6 0.57
Hex D3 4E AA 0 3F 13 11 13E 3C 39
Octal 323 116 252 0 77 23 21 476 74 71
Binary 11010011 1001110 10101010 0 111111 10011 10001 100111110 111100 111001

Color Harmonies of #D34EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EAA

Black with #D34EAA

Text Example


Text Example

White with #D34EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EAA; }

 p { color: rgb(211,78,170); }

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

background-color css

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

 a { background-color: rgb(211,78,170); }

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

border-color css

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

 span { border-color: rgb(211,78,170); }

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