#D3448C

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

Shades of Mulberry #D3448C

Tints of Mulberry #D3448C

Color information

#D3448C (or 0xD3448C) is unknown color: approx Mulberry. HEX triplet: D3, 44 and 8C. RGB value is (211,68,140). Sum of RGB (Red+Green+Blue) = 211+68+140=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3448C is #2CBB73. Grayscale: #767676. Windows color (decimal): -2931572 or 9192659. OLE color: 9192659.

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

Color convert

RGB21168140-
CMYK00.680.340.17
HSL329.79º61.9%54.71%-
HSV(B)329.79º67.77%82.75%-
XYZ33.6619.8826.87-
YUV118.96139.88193.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=50.36%
G=16.23%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116814000.680.340.17329.7961.954.71
HexD3448C044221114a3e37
Octal323104214010442215127667
Binary110100111000100100011000100010010001010001101001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3448C; }

 p { color: rgb(211,68,140); }

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

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

 a { background-color: rgb(211,68,140); }

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

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

 span { border-color: rgb(211,68,140); }

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