#D653A1

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

Shades of Mulberry #D653A1

Tints of Mulberry #D653A1

Color information

#D653A1 (or 0xD653A1) is unknown color: approx Mulberry. HEX triplet: D6, 53 and A1. RGB value is (214,83,161). Sum of RGB (Red+Green+Blue) = 214+83+161=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D653A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D653A1 is #29AC5E. Grayscale: #828282. Windows color (decimal): -2731103 or 10572758. OLE color: 10572758.

HSL color Cylindrical-coordinate representation of color #D653A1: hue angle of 324.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D653A1 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB21483161-
CMYK00.610.250.16
HSL324.27º61.5%58.24%-
HSV(B)324.27º61.21%83.92%-
XYZ37.2623.0636.2-
YUV131.06144.9187.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 83 (32.81% from 255) = 18.12%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=46.72%
G=18.12%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148316100.610.250.16324.2761.558.24
HexD653A103D19101443e3a
Octal32612324107531205047672
Binary1101011010100111010000101111011100110000101000100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D653A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D653A1; }

 p { color: rgb(214,83,161); }

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

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

 a { background-color: rgb(214,83,161); }

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

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

 span { border-color: rgb(214,83,161); }

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