#D143A7

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

Shades of Mulberry #D143A7

Tints of Mulberry #D143A7

Color information

#D143A7 (or 0xD143A7) is unknown color: approx Mulberry. HEX triplet: D1, 43 and A7. RGB value is (209,67,167). Sum of RGB (Red+Green+Blue) = 209+67+167=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D143A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143A7 is #2EBC58. Grayscale: #787878. Windows color (decimal): -3062873 or 10961873. OLE color: 10961873.

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

Color convert

RGB20967167-
CMYK00.680.200.18
HSL317.75º60.68%54.12%-
HSV(B)317.75º67.94%81.96%-
XYZ35.2820.3638.63-
YUV120.86154.04190.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 167 (65.62% from 255) = 37.70%
R=47.18%
G=15.12%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096716700.680.200.18317.7560.6854.12
HexD143A7044141213e3d36
Octal321103247010424224767566
Binary11010001100001110100111010001001010010010100111110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D143A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D143A7; }

 p { color: rgb(209,67,167); }

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

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

 a { background-color: rgb(209,67,167); }

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

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

 span { border-color: rgb(209,67,167); }

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