#D741A7

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

Shades of Mulberry #D741A7

Tints of Mulberry #D741A7

Color information

#D741A7 (or 0xD741A7) is unknown color: approx Mulberry. HEX triplet: D7, 41 and A7. RGB value is (215,65,167). Sum of RGB (Red+Green+Blue) = 215+65+167=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D741A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D741A7 is #28BE58. Grayscale: #797979. Windows color (decimal): -2670169 or 10961367. OLE color: 10961367.

HSL color Cylindrical-coordinate representation of color #D741A7: hue angle of 319.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741A7 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB21565167-
CMYK00.700.220.16
HSL319.2º65.22%54.9%-
HSV(B)319.2º69.77%84.31%-
XYZ36.8921.0238.67-
YUV121.48153.7194.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 65 (25.78% from 255) = 14.54%
BLUE value IS 167 (65.62% from 255) = 37.36%
R=48.10%
G=14.54%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156516700.700.220.16319.265.2254.9
HexD741A7046161013f4137
Octal3271012470106262047710167
Binary110101111000001101001110100011010110100001001111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D741A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D741A7; }

 p { color: rgb(215,65,167); }

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

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

 a { background-color: rgb(215,65,167); }

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

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

 span { border-color: rgb(215,65,167); }

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