#D140A7

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

Shades of Mulberry #D140A7

Tints of Mulberry #D140A7

Color information

#D140A7 (or 0xD140A7) is unknown color: approx Mulberry. HEX triplet: D1, 40 and A7. RGB value is (209,64,167). Sum of RGB (Red+Green+Blue) = 209+64+167=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D140A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140A7 is #2EBF58. Grayscale: #767676. Windows color (decimal): -3063641 or 10961105. OLE color: 10961105.

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

Color convert

RGB20964167-
CMYK00.690.200.18
HSL317.38º61.18%53.53%-
HSV(B)317.38º69.38%81.96%-
XYZ35.120.0138.57-
YUV119.1155.04192.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=47.5%
G=14.55%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096416700.690.200.18317.3861.1853.53
HexD140A7045141213d3d36
Octal321100247010524224757566
Binary11010001100000010100111010001011010010010100111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140A7; }

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

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

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

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

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

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

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

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