#d34c8f

Color #D34C8F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D34C8F

Tints of Mulberry #D34C8F

Color information

#D34C8F (or 0xD34C8F) is unknown color: approx Mulberry. HEX triplet: D3, 4C and 8F. RGB value is (211,76,143). Sum of RGB (Red+Green+Blue) = 211+76+143=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34C8F is #2CB370. Grayscale: #7B7B7B. Windows color (decimal): -2929521 or 9391315. OLE color: 9391315.

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

Color convert

RGB21176143-
CMYK00.640.320.17
HSL330.22º60.54%56.27%-
HSV(B)330.22º63.98%82.75%-
XYZ34.412128.23-
YUV124138.73190.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.07%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=49.07%
G=17.67%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117614300.640.320.17330.2260.5456.27
HexD34C8F040201114a3d38
Octal323114217010040215127570
Binary110100111001100100011110100000010000010001101001010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d34c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d34c8f; }

 p { color: rgb(211,76,143); }

 H1.HeaderClassName
 {
   color: #d34c8f;
 }
 .AnyTagClassName
 {
   color: #d34c8f;
 }
</style>
background-color css

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

 a { background-color: rgb(211,76,143); }

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

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

 span { border-color: rgb(211,76,143); }

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