#D654A1

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

Shades of Mulberry #D654A1

Tints of Mulberry #D654A1

Color information

#D654A1 (or 0xD654A1) is unknown color: approx Mulberry. HEX triplet: D6, 54 and A1. RGB value is (214,84,161). Sum of RGB (Red+Green+Blue) = 214+84+161=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D654A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654A1 is #29AB5E. Grayscale: #838383. Windows color (decimal): -2730847 or 10573014. OLE color: 10573014.

HSL color Cylindrical-coordinate representation of color #D654A1: hue angle of 324.46º degrees, saturation: 0.61, 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 #D654A1 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB21484161-
CMYK00.610.250.16
HSL324.46º61.32%58.43%-
HSV(B)324.46º60.75%83.92%-
XYZ37.3323.2136.23-
YUV131.65144.57186.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 84 (33.20% from 255) = 18.30%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=46.62%
G=18.30%
B=35.08%

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
Decimal2148416100.610.250.16324.4661.3258.43
HexD654A103D19101443d3a
Octal32612424107531205047572
Binary1101011010101001010000101111011100110000101000100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D654A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D654A1; }

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

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

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

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

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

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

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

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