Html Css Color HEX #D34E99 Mulberry

📋 copy color: '#D34E99'

red 211 ◦ green 78 ◦ blue 153

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

Shades of Mulberry #D34E99

Tints of Mulberry #D34E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 47.74%
G = 17.65%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D34E99 (or 0xD34E99) is known color: Mulberry. HEX triplet: D3, 4E and 99. RGB value is (211,78,153). Sum of RGB (Red+Green+Blue) = 211+78+153=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34E99 is #2CB166. Grayscale: #7E7E7E. Windows color (decimal): -2928999 or 10047187. OLE color: 10047187.

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

Color convert

RGB 211 78 153 -
CMYK 0 0.63 0.27 0.17
HSL 326.17º 0.6% 0.57% -
HSV(B) 326.17º 0.63% 0.83% -
XYZ 35.34 21.6 32.44 -
YUV 126.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 211 78 153 0 0.63 0.27 0.17 326.17 0.6 0.57
Hex D3 4E 99 0 3F 1B 11 146 3C 39
Octal 323 116 231 0 77 33 21 506 74 71
Binary 11010011 1001110 10011001 0 111111 11011 10001 101000110 111100 111001

Color Harmonies of #D34E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E99

Black with #D34E99

Text Example


Text Example

White with #D34E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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