#D6419D

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

Shades of Mulberry #D6419D

Tints of Mulberry #D6419D

Color information

#D6419D (or 0xD6419D) is unknown color: approx Mulberry. HEX triplet: D6, 41 and 9D. RGB value is (214,65,157). Sum of RGB (Red+Green+Blue) = 214+65+157=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6419D is #29BE62. Grayscale: #777777. Windows color (decimal): -2735715 or 10306006. OLE color: 10306006.

HSL color Cylindrical-coordinate representation of color #D6419D: hue angle of 322.95º 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 #D6419D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21465157-
CMYK00.700.270.16
HSL322.95º64.5%54.71%-
HSV(B)322.95º69.63%83.92%-
XYZ35.7120.5133.98-
YUV120.04148.86195.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 65 (25.78% from 255) = 14.91%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=49.08%
G=14.91%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146515700.700.270.16322.9564.554.71
HexD6419D0461B101434137
Octal3261012350106332050310167
Binary110101101000001100111010100011011011100001010000111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6419D; }

 p { color: rgb(214,65,157); }

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

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

 a { background-color: rgb(214,65,157); }

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

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

 span { border-color: rgb(214,65,157); }

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