#D1448C

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

Shades of Mulberry #D1448C

Tints of Mulberry #D1448C

Color information

#D1448C (or 0xD1448C) is unknown color: approx Mulberry. HEX triplet: D1, 44 and 8C. RGB value is (209,68,140). Sum of RGB (Red+Green+Blue) = 209+68+140=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1448C is #2EBB73. Grayscale: #767676. Windows color (decimal): -3062644 or 9192657. OLE color: 9192657.

HSL color Cylindrical-coordinate representation of color #D1448C: hue angle of 329.36º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1448C is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20968140-
CMYK00.670.330.18
HSL329.36º60.52%54.31%-
HSV(B)329.36º67.46%81.96%-
XYZ33.119.5826.85-
YUV118.37140.21192.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=50.12%
G=16.31%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096814000.670.330.18329.3660.5254.31
HexD1448C04321121493d36
Octal321104214010341225117566
Binary110100011000100100011000100001110000110010101001001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1448C; }

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

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

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

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

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

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

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

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